Skip to content

Commit

Permalink
disable --unsafe-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi committed Aug 4, 2024
1 parent a40947e commit c2cea67
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 @@ -23,7 +23,7 @@ repos:
rev: v0.5.5
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
args: ["--fix"]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit c2cea67

Please sign in to comment.