Skip to content

Commit

Permalink
extend-exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 30, 2024
1 parent 2ea1866 commit 2dc8d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ fix = true # auto-fix findings
line-length = 88 # same as Black
target-version = "py312" # Python 3.12

# extend-exclude = ["src/MyBadFile1.py"]

[lint]
# comment this out to use only default rules (["E4", "E7", "E9", "F"])
select = ["ALL"] # activate all rules
Expand Down

0 comments on commit 2dc8d01

Please sign in to comment.