Skip to content

Commit

Permalink
Actualice .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelAbregu authored Jun 5, 2024
1 parent a877e42 commit 43054b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ target-version = "py38"

[lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
select = ["E4", "E7", "E9", "F", "D101"]

select = ["E4", "E7", "E9", "F", "COM812", "D102", "D103","I001"]

select = ["E4", "E7", "E9", "F", "COM812", "D102", "D103","I001","D101"]

ignore = []

Expand Down

0 comments on commit 43054b1

Please sign in to comment.