JeffYang52415 commited on
Commit
fe52742
·
unverified ·
1 Parent(s): a02cb3d

chore: update pyproject

Browse files
Files changed (1) hide show
  1. 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"]