Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
  • Loading branch information
karpetrosyan and T-256 committed Nov 29, 2023
1 parent 3bcfe58 commit fd0ef87
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,7 @@ exclude = [
"httpcore/_sync",
"tests/_sync",
]
line-length = 88
select = [
"E",
"F",
"W",
"I"
]

[tool.ruff.pycodestyle]
max-line-length = 120
select = ["E", "F", "W", "I"]

[tool.ruff.isort]
combine-as-imports = true

0 comments on commit fd0ef87

Please sign in to comment.