Skip to content

Commit d2950e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.11.9](astral-sh/ruff-pre-commit@v0.5.7...v0.11.9) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/mirrors-eslint: v9.9.0 → v9.26.0](pre-commit/mirrors-eslint@v9.9.0...v9.26.0)
1 parent 15c00d9 commit d2950e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,17 +14,17 @@ repos:
1414
- id: mixed-line-ending
1515
args: [--fix=lf]
1616
- repo: https://github.com/adrienverge/yamllint
17-
rev: v1.35.1
17+
rev: v1.37.1
1818
hooks:
1919
- id: yamllint
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.5.7
21+
rev: v0.11.9
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626
- repo: https://github.com/asottile/blacken-docs
27-
rev: 1.18.0
27+
rev: 1.19.1
2828
hooks:
2929
- id: blacken-docs
3030
- repo: meta
@@ -44,7 +44,7 @@ repos:
4444
- id: prettier
4545
files: \.(css|less|scss|graphql|gql|js|jsx|json|md|markdown|mdown|mkdn|mdx|vue)$
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.9.0
47+
rev: v9.26.0
4848
hooks:
4949
- id: eslint
5050
args: [--format=compact]

0 commit comments

Comments
 (0)