Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Oct 18, 2024
1 parent 56eacc9 commit 8e1ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: ruff
name: ruff unused imports
# F401 [*] {name} imported but unused
args: [ "--select", "F401", "--extend-exclude", "__init__.py", "--fix"]
args: [ "--select", "F401", "--extend-exclude", "**/__init__.py", "--fix"]

- id: ruff
# I001 [*] Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 8e1ee87

Please sign in to comment.