Skip to content

Commit

Permalink
Merge pull request #215 from acsone/ignore-build-dist-sbi
Browse files Browse the repository at this point in the history
Ignore build and dist directories in linters
  • Loading branch information
sbidoul authored Oct 28, 2023
2 parents 4fc2d4a + 2172fbc commit 881c1b9
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -79,6 +79,8 @@ exclude: |
^docs/_templates/.*\.html$|
# Don't bother non-technical authors with formatting issues in docs
readme/.*\.(rst|md)$|
# Ignore build and dist directories in addons
/build/|/dist/|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand Down
2 changes: 2 additions & 0 deletions version-specific/13.0/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ exclude: |
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# Ignore build and dist directories in addons
/build/|/dist/|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
Expand Down

0 comments on commit 881c1b9

Please sign in to comment.