Skip to content

Commit b0af6cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.8.0 → 6.0.1](PyCQA/isort@5.8.0...6.0.1) - [github.com/psf/black: 21.4b0 → 25.1.0](psf/black@21.4b0...25.1.0) - [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v6.0.0) - [github.com/pycqa/flake8.git: 3.9.1 → 7.3.0](https://github.com/pycqa/flake8.git/compare/3.9.1...7.3.0) - [github.com/adrienverge/yamllint.git: v1.26.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.17.1](pre-commit/mirrors-mypy@v0.812...v1.17.1) - [github.com/pycqa/pylint: v2.8.2 → v3.3.8](pylint-dev/pylint@v2.8.2...v3.3.8)
1 parent 344d0f2 commit b0af6cc

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/PyCQA/isort
3-
rev: 5.8.0
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 21.4b0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
language_version: python3
1111
- repo: https://github.com/pre-commit/pre-commit-hooks.git
12-
rev: v3.4.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -19,18 +19,18 @@ repos:
1919
- id: check-merge-conflict
2020
- id: debug-statements
2121
- repo: https://github.com/pycqa/flake8.git
22-
rev: 3.9.1
22+
rev: 7.3.0
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/adrienverge/yamllint.git
26-
rev: v1.26.1
26+
rev: v1.37.1
2727
hooks:
2828
- id: yamllint
2929
files: \.(yaml|yml)$
3030
types: [file, yaml]
3131
entry: yamllint --strict
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v0.812
33+
rev: v1.17.1
3434
hooks:
3535
- id: mypy
3636
# empty args needed in order to match mypy cli behavior
@@ -41,7 +41,7 @@ repos:
4141
- rich
4242
- tox
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v2.8.2
44+
rev: v3.3.8
4545
hooks:
4646
- id: pylint
4747
additional_dependencies:

0 commit comments

Comments
 (0)