Skip to content

Commit f86cc6f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.14.5](astral-sh/ruff-pre-commit@v0.0.287...v0.14.5) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.11.0](psf/black-pre-commit-mirror@23.9.1...25.11.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.1.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.1.0...v6.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.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2) - [github.com/pylint-dev/pylint: v2.17.5 → v4.0.3](pylint-dev/pylint@v2.17.5...v4.0.3)
1 parent 8d1ca81 commit f86cc6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.14.5"
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
7-
- repo: https://github.com/psf/black
8-
rev: 23.9.1
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 25.11.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks.git
12-
rev: v4.1.0
12+
rev: v6.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.18.2
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: v4.0.3
4747
hooks:
4848
- id: pylint
4949
additional_dependencies:

0 commit comments

Comments
 (0)