Skip to content

Commit

Permalink
fix: Update lint files (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Aug 28, 2024
1 parent 92a826e commit e0bf3d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .lint/.black.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[black]
[tool.black]
line-length = 100
target-version = ['py37']
skip-string-normalization = true
target-version = ['py38']
skip-string-normalization = true
3 changes: 2 additions & 1 deletion .lint/.flake8.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
max-line-length = 100
show-source = true
extend-ignore = E501
extend-ignore = E203,E501
10 changes: 6 additions & 4 deletions .lint/.isort.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[isort]
multi_line_output=3
force_grid_wrap=0
use_parentheses=True
line_length=100
py_version = 38
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 100

0 comments on commit e0bf3d1

Please sign in to comment.