We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c982c8 commit 2e2e7a0Copy full SHA for 2e2e7a0
2 files changed
.flake8
@@ -0,0 +1,5 @@
1
+[flake8]
2
+extend-ignore =
3
+ W503
4
+ E203
5
+max-line-length = 88
pyproject.toml
@@ -99,11 +99,6 @@ exclude_lines =[
99
"if TYPE_CHECKING:",
100
]
101
102
-# This is ignored by flake8, here in case they decide to add it in the future
103
-[tool.flake8]
104
-ignore = "W503,E203"
105
-max-line-length = 88
106
-
107
[tool.tox]
108
legacy_tox_ini = """
109
[tox]
0 commit comments