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.184 (#236)

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

* chore(ruff): exclude files in pre-commit hook

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 authored Dec 17, 2022
1 parent 33490cb commit 7f4dc05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.174"
rev: "v0.0.184"
hooks:
- id: ruff
# Required because of https://github.com/charliermarsh/ruff/issues/1220
exclude: ^tests/data/

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

0 comments on commit 7f4dc05

Please sign in to comment.