Skip to content

Commit

Permalink
Ignore dev directories in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Jul 31, 2024
1 parent ba7fe9c commit c91968b
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 @@ -43,7 +43,7 @@ repos:
rev: "v0.4.1"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
args: ["--fix", "--show-fixes", "--exclude=dev{1,2,3}"]
- id: ruff-format

# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit c91968b

Please sign in to comment.