Skip to content

Commit

Permalink
DEV: update linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Dec 4, 2023
1 parent 657730a commit c98223c
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 @@ -3,7 +3,7 @@ repos:
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --preview]
args: [--fix]
exclude: notebooks/
- id: ruff-format
exclude: notebooks/

0 comments on commit c98223c

Please sign in to comment.