Skip to content

Commit

Permalink
chore: add ruff settings in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Oct 25, 2023
1 parent 252bcb1 commit f230c44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ include = ['racksdb*']
[tool.black]
target-version = ['py36']
color = 1

[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
select = ["E", "F"]
target-version = "py37"

0 comments on commit f230c44

Please sign in to comment.