Skip to content

Commit

Permalink
updates lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 11, 2024
1 parent 2ea72db commit 948b950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dev = [
"watchdog",
]
[tool.black]
line-length = 120
line-length = 88
include = '\.pyi?$'
exclude = '''
/(
Expand All @@ -99,7 +99,7 @@ exclude = '''

[tool.isort]
profile = "black"
line_length = 120
line_length = 88
default_section = "THIRDPARTY"
known_first_party = []
known_django = "django"
Expand Down

0 comments on commit 948b950

Please sign in to comment.