We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f12010 commit 6764befCopy full SHA for 6764bef
.flake8
@@ -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