Skip to content

Commit

Permalink
pre-commit exclude tests/files (prev .*test_files)
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Aug 3, 2023
1 parent 0eacafa commit a4db1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ^(docs|.*test_files|cmd_line|tasks.py)
exclude: ^(docs|tests/files|cmd_line|tasks.py)

ci:
autoupdate_schedule: monthly
Expand All @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.281
rev: v0.0.282
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit a4db1e3

Please sign in to comment.