Skip to content

Commit

Permalink
improve pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rboman committed Oct 6, 2023
1 parent 0c10755 commit 92a55ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# see https://github.com/hhatto/autopep8
# https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
# https://peps.python.org/pep-0008/

[tool.autopep8]
max_line_length = 150
ignore = ["E401"]
max_line_length = 300
ignore = ["E401"] # allow multiple imports on one line

0 comments on commit 92a55ec

Please sign in to comment.