Skip to content

Commit

Permalink
chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to …
Browse files Browse the repository at this point in the history
…v0.0.192 (fpgmaas#239)

* chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.192

* chore(ruff): add `force-exclude` in `pre-commit`

astral-sh/ruff#1295

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
  • Loading branch information
renovate[bot] and mkniewallner committed Dec 24, 2022
1 parent 0d07303 commit 68e6d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.184"
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 68e6d02

Please sign in to comment.