Skip to content

Commit

Permalink
chore(ruff): add force-exclude in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Dec 24, 2022
1 parent 74a3c1e commit b190c9b
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
Expand Up @@ -24,8 +24,8 @@ repos:
rev: "v0.0.192"
hooks:
- id: ruff
# Required because of https://github.com/charliermarsh/ruff/issues/1220
exclude: ^tests/data/
# Respect `exclude` and `extend-exclude` settings.
args: ["--force-exclude"]

- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
Expand Down

0 comments on commit b190c9b

Please sign in to comment.