bug: remove flake8 config
Browse files- pyproject.toml +0 -7
pyproject.toml
CHANGED
@@ -49,13 +49,6 @@ profile = "black"
|
|
49 |
line_length = 88
|
50 |
known_first_party = ["llmdataparser"]
|
51 |
|
52 |
-
# .flake8
|
53 |
-
[tool.flake8]
|
54 |
-
ignore = ['E231', 'E241', "E501"]
|
55 |
-
per-file-ignores = [
|
56 |
-
'__init__.py:F401',
|
57 |
-
]
|
58 |
-
count = true
|
59 |
|
60 |
[tool.ruff]
|
61 |
line-length = 88
|
|
|
49 |
line_length = 88
|
50 |
known_first_party = ["llmdataparser"]
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
[tool.ruff]
|
54 |
line-length = 88
|