Skip to content

Commit cfc0f1c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.15.5](astral-sh/ruff-pre-commit@v0.11.13...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0)
1 parent 4613961 commit cfc0f1c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: debug-statements
66
- id: check-builtin-literals
@@ -14,12 +14,12 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.11.13
22+
rev: v0.15.5
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -35,9 +35,9 @@ repos:
3535
exclude_types: [json]
3636
id: codespell
3737
repo: https://github.com/codespell-project/codespell
38-
rev: v2.4.1
38+
rev: v2.4.2
3939
- repo: https://github.com/adrienverge/yamllint.git
40-
rev: v1.37.1
40+
rev: v1.38.0
4141
hooks:
4242
- id: yamllint
4343
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)