Skip to content

Commit

Permalink
Update .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Mar 14, 2024
1 parent a5fefd0 commit 8de4ed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
# Assume Python 3.10.
target-version = "py311"
fix = false
# Assume Python 3.10.
target-version = "py310"
fix = false
# Group violations by containing file.
output-format = "github"
ignore-init-module-imports = true
Expand Down

0 comments on commit 8de4ed2

Please sign in to comment.