Skip to content

Commit 2dc772c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.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.14.6](astral-sh/ruff-pre-commit@v0.5.7...v0.14.6) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](adamchainz/blacken-docs@1.18.0...1.20.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/pre-commit/mirrors-eslint: v9.9.0 → v10.0.0-alpha.0](pre-commit/mirrors-eslint@v9.9.0...v10.0.0-alpha.0)
1 parent 4d18a0a commit 2dc772c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -14,25 +14,25 @@ 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.14.6
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.20.0
2828
hooks:
2929
- id: blacken-docs
3030
- repo: meta
3131
hooks:
3232
- id: check-hooks-apply
3333
- id: check-useless-excludes
3434
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
35-
rev: v2.14.0
35+
rev: v2.15.0
3636
hooks:
3737
- id: pretty-format-toml
3838
args: [--autofix]
@@ -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: v10.0.0-alpha.0
4848
hooks:
4949
- id: eslint
5050
args: [--format=compact]

0 commit comments

Comments
 (0)