Skip to content

Commit

Permalink
Moved ruff linter rules to a separate section
Browse files Browse the repository at this point in the history
This is according to their recommendation.
  • Loading branch information
agronholm committed Dec 27, 2023
1 parent 415599f commit 9431c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ include = ["cbor2"]

[tool.ruff]
line-length = 99

[tool.ruff.lint]
select = [
"E", "F", "W", # default flake-8
"I", # isort
Expand Down

0 comments on commit 9431c6b

Please sign in to comment.