Skip to content

Commit a7bca79

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.11.13](astral-sh/ruff-pre-commit@v0.0.287...v0.11.13) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.16.0](pre-commit/mirrors-mypy@v1.5.1...v1.16.0) - [github.com/pylint-dev/pylint: v2.17.5 → v3.3.7](pylint-dev/pylint@v2.17.5...v3.3.7)
1 parent 8d1ca81 commit a7bca79

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
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.0.287"
3+
rev: "v0.11.13"
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77
- repo: https://github.com/psf/black
8-
rev: 23.9.1
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks.git
12-
rev: v4.1.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -19,14 +19,14 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/adrienverge/yamllint.git
22-
rev: v1.26.3
22+
rev: v1.37.1
2323
hooks:
2424
- id: yamllint
2525
files: \.(yaml|yml)$
2626
types: [file, yaml]
2727
entry: yamllint --strict
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.5.1
29+
rev: v1.16.0
3030
hooks:
3131
- id: mypy
3232
# empty args needed in order to match mypy cli behavior
@@ -43,7 +43,7 @@ repos:
4343
- types-PyYAML
4444
- types-dataclasses
4545
- repo: https://github.com/pylint-dev/pylint
46-
rev: v2.17.5
46+
rev: v3.3.7
4747
hooks:
4848
- id: pylint
4949
additional_dependencies:

0 commit comments

Comments
 (0)