Skip to content

Commit

Permalink
more ruff rules to check
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Aug 20, 2023
1 parent 3509111 commit d98b0ed
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 @@ -44,8 +44,8 @@ extend-select = [
# pylint
"PLE", "PLW",

# unused noqa
"RUF100",
# ruff
"RUF",

# flake8-bandit
"S",
Expand Down

0 comments on commit d98b0ed

Please sign in to comment.