Skip to content

Commit

Permalink
tools: sync versions in pre-commit
Browse files Browse the repository at this point in the history
tigarmo committed Jun 15, 2023
1 parent aacea7f commit a7464b2
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
@@ -14,7 +14,7 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/charliermarsh/ruff-pre-commit
# renovate: datasource=pypi;depName=ruff
rev: "v0.0.267"
rev: "v0.0.269"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -25,6 +25,6 @@ repos:
- id: black
- repo: https://github.com/adrienverge/yamllint.git
# renovate: datasource=pypi;depName=yamllint
rev: "v1.31.0"
rev: "v1.32.0"
hooks:
- id: yamllint

0 comments on commit a7464b2

Please sign in to comment.