We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6c405 commit 3fabc34Copy full SHA for 3fabc34
.flake8
@@ -1,7 +1,9 @@
1
[flake8]
2
min_python_version = 3.8
3
+
4
+# Incompatible with black see https://github.com/ambv/black/issues/315
5
ignore =
- E203, W503, # Incompatible with black see https://github.com/ambv/black/issues/315
6
+ E203, W503
7
8
max-line-length=120
9
max-complexity=39
requirements/dev.txt
@@ -8,4 +8,4 @@ coverage~=6.5
pre-commit==2.20.0
codespell==2.2.2
10
bandit==1.7.4
11
-flake8==5.0.4
+flake8==6.0.0
0 commit comments