Skip to content

Commit

Permalink
MNT: Run ruff fixes and fix ISC001 post-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 7, 2024
1 parent 41b949e commit cc5b253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ repos:
rev: v0.4.3
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- id: ruff
args: [ --select, ISC001, --fix ]

0 comments on commit cc5b253

Please sign in to comment.