Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269](astral-sh/ruff-pre-commit@v0.0.267...v0.0.269)
- [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0)
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2023
1 parent e7d015d commit 9efb800
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 @@ -5,7 +5,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.267'
rev: 'v0.0.269'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand All @@ -24,7 +24,7 @@ repos:
args:
- "--github"
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
args: ["--strict"]
Expand Down

0 comments on commit 9efb800

Please sign in to comment.