Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 3, 2024
1 parent fa2d2aa commit bcc7fb0
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 @@ -10,13 +10,13 @@ extend-exclude = ["*.gypi"]
# https://beta.ruff.rs/docs/configuration/#using-rufftoml
[lint]
select = [
"A", # flake8-builtins
"A", # flake8-builtins
"E", # pycodestyle
"F", # pyflake
"B", # flake8-bugbear
"C4", # flake8-comprehensions
# "PERF", # perflint
"R", # Refactor
"R", # Refactor
"UP", # pyupgrade
]
ignore = [
Expand Down

0 comments on commit bcc7fb0

Please sign in to comment.