Skip to content

Commit

Permalink
chore: update isort config, set line-length 100
Browse files Browse the repository at this point in the history
  • Loading branch information
skellet0r committed Oct 2, 2021
1 parent 63c98fd commit 42c2ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ include_trailing_comma = True
known_first_party = vyper
multi_line_output = 3
use_parentheses = True
ensure_newline_before_comments = True
line_length = 100

[tool:pytest]
addopts = -n auto
Expand Down

0 comments on commit 42c2ff5

Please sign in to comment.