Skip to content

Commit

Permalink
Merge pull request #211 from acsone/pre-commit-exclude-readme
Browse files Browse the repository at this point in the history
Don't bother non-technical authors with minor formatting issues in readme fragments
  • Loading branch information
sbidoul authored Sep 13, 2023
2 parents 41763b3 + 4e4a186 commit 0568def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ exclude: |
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# Don't bother non-technical authors with formatting issues in docs
readme/.*\.(rst|md)$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand Down

0 comments on commit 0568def

Please sign in to comment.