Skip to content

Commit 5cffe3f

Browse files
committed
improve
1 parent db5229d commit 5cffe3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ dev = [
1717
"devservices>=1.2.2",
1818
"pre-commit>=4.2.0",
1919
]
20+
21+
[tool.flake8]
22+
extend-ignore = ["E501", "E203"]

python-objectstore-client/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ local_partial_types = true
3535
disallow_any_generics = true
3636
disallow_untyped_defs = true
3737

38-
[tool.flake8]
39-
extend-ignore = ["E501", "E203"]
40-
4138
[tool.black]
4239
line-length = 200
4340
target-version = ['py311']

0 commit comments

Comments
 (0)