Skip to content

Commit

Permalink
**/setup.py to get them all excluded in flake8 and black
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Jun 19, 2024
1 parent 5a9a16f commit d96fd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ exclude =
versioneer.py,
labpdfproc/_version.py,
doc/manual/source/conf.py,
./{{ cookiecutter.repo_name }}/setup.py,
./{{ cookiecutter.repo_name }}/doc/source/conf.py
**/setup.py,
**/doc/source/conf.py
max-line-length = 115
# Ignore some style 'errors' produced while formatting by 'black' (see link below)
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = '''
| buck-out
| build
| dist
| \{\{ cookiecutter\.repo_name \}\}/doc/source/conf\.py
| **/doc/source/conf\.py
| blib2to3
| tests/data
)/
Expand Down

0 comments on commit d96fd07

Please sign in to comment.