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.
2 parents def1e1a + 3fabc34 commit 9708797Copy full SHA for 9708797
.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
@@ -4,4 +4,4 @@ mypy==0.991
pre-commit==2.20.0
codespell==2.2.2
bandit==1.7.4
-flake8==5.0.4
+flake8==6.0.0
0 commit comments