Skip to content

Commit

Permalink
Reduce black line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanShiravani committed Dec 2, 2023
1 parent 6bdd0d5 commit 1c286fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
max-line-length=120
max-line-length=88
extend-ignore = E203
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
profile = "black"

[tool.black]
line-length = 120
target-version = ['py310']
include = '\.pyi?$'

Expand Down

0 comments on commit 1c286fe

Please sign in to comment.