We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6764bef commit 157f7edCopy full SHA for 157f7ed
.flake8
@@ -4,13 +4,8 @@ exclude =
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
+ doc/source/conf.py
13
max-line-length = 115
14
-# Ignore some style 'errors' produced while formatting by 'black' (see link below)
+# Ignore some style 'errors' produced while formatting by 'black'
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