chore: update pyproject
Browse files- pyproject.toml +4 -0
pyproject.toml
CHANGED
|
@@ -54,3 +54,7 @@ known_first_party = ["llmdataparser"]
|
|
| 54 |
[build-system]
|
| 55 |
requires = ["poetry-core>=1.5.0"]
|
| 56 |
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
[build-system]
|
| 55 |
requires = ["poetry-core>=1.5.0"]
|
| 56 |
build-backend = "poetry.core.masonry.api"
|
| 57 |
+
|
| 58 |
+
[tool.flake8]
|
| 59 |
+
max-line-length = 88
|
| 60 |
+
ignore = ["E501"]
|