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 db5229d commit 5cffe3fCopy full SHA for 5cffe3f
pyproject.toml
@@ -17,3 +17,6 @@ dev = [
17
"devservices>=1.2.2",
18
"pre-commit>=4.2.0",
19
]
20
+
21
+[tool.flake8]
22
+extend-ignore = ["E501", "E203"]
python-objectstore-client/pyproject.toml
@@ -35,9 +35,6 @@ local_partial_types = true
35
disallow_any_generics = true
36
disallow_untyped_defs = true
37
38
-[tool.flake8]
39
-extend-ignore = ["E501", "E203"]
40
-
41
[tool.black]
42
line-length = 200
43
target-version = ['py311']
0 commit comments