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 dbbc825 commit a8c456bCopy full SHA for a8c456b
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+max-line-length = 88
pyproject.toml
@@ -22,10 +22,6 @@ pyupgrade = "^3.4.0"
22
ruff = "^0.0.270"
23
yesqa = "^1.4.0"
24
25
-[tool.flake8]
26
-max-line-length = 88
27
-include = "src"
28
-
29
[tool.ruff]
30
line-length = 88
31
target-version = "py310"
0 commit comments