Skip to content

Commit 1a7dba0

Browse files
pre-commit-ci[bot]ahal
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.34.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.34.0)
1 parent 27b00f2 commit 1a7dba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
exclude: template
1515
- id: check-added-large-files
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: 'v0.2.0'
17+
rev: 'v0.2.1'
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/adrienverge/yamllint.git
26-
rev: v1.33.0
26+
rev: v1.34.0
2727
hooks:
2828
- id: yamllint
2929
exclude: template

0 commit comments

Comments
 (0)