Skip to content

Commit 49cd63b

Browse files
pre-commit-ci[bot]ahal
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/adrienverge/yamllint.git: v1.34.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.34.0...v1.35.1)
1 parent 50fab61 commit 49cd63b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)