Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
- [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.1.6 → v0.2.2](astral-sh/ruff-pre-commit@v0.1.6...v0.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent 9656dad commit d623a48
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 @@ -18,18 +18,18 @@ repos:
- hooks:
- id: yamllint
repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.2.0
- hooks:
- args:
- --fix
- --exit-non-zero-on-fix
id: ruff
repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.6
rev: v0.2.2
exclude: |
(?x)^(
reps/templates
Expand Down

0 comments on commit d623a48

Please sign in to comment.