Skip to content

Commit

Permalink
Fix flake8 file
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Aug 1, 2024
1 parent 6764bef commit 157f7ed
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ exclude =
__pycache__,
build,
dist,
doc/source/conf.py,
*/doc/source/conf.py,
hooks/post_gen_project.py,
*/__init__.py,
*/debug.py
builtins = cookiecutter
doc/source/conf.py
max-line-length = 115
# Ignore some style 'errors' produced while formatting by 'black' (see link below)
# Ignore some style 'errors' produced while formatting by 'black'
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
extend-ignore = E203

0 comments on commit 157f7ed

Please sign in to comment.