Skip to content

Commit

Permalink
exclude PLR2004 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jobar8 committed Sep 21, 2024
1 parent 580efdf commit 44ec196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unfixable = []
[lint.per-file-ignores]
# Ignore `E402` (import violations) in all `__init__.py` files, and in selected subdirectories.
"__init__.py" = ["E402", "F403", "F405"]
"**/{tests,docs,tools}/*" = ["E402"]
"**/{tests,docs,tools}/*" = ["E402", "PLR2004"]

[format]
quote-style = "single"
Expand Down

0 comments on commit 44ec196

Please sign in to comment.