Skip to content

Commit 157f7ed

Browse files
committed
Fix flake8 file
1 parent 6764bef commit 157f7ed

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: .flake8

+2-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ exclude =
44
__pycache__,
55
build,
66
dist,
7-
doc/source/conf.py,
8-
*/doc/source/conf.py,
9-
hooks/post_gen_project.py,
10-
*/__init__.py,
11-
*/debug.py
12-
builtins = cookiecutter
7+
doc/source/conf.py
138
max-line-length = 115
14-
# Ignore some style 'errors' produced while formatting by 'black' (see link below)
9+
# Ignore some style 'errors' produced while formatting by 'black'
1510
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
1611
extend-ignore = E203

0 commit comments

Comments
 (0)