Skip to content

Commit 6764bef

Browse files
committed
Add flake8 file
1 parent 3f12010 commit 6764bef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.flake8

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[flake8]
2+
exclude =
3+
.git,
4+
__pycache__,
5+
build,
6+
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
13+
max-line-length = 115
14+
# Ignore some style 'errors' produced while formatting by 'black' (see link below)
15+
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
16+
extend-ignore = E203

0 commit comments

Comments
 (0)