Skip to content

Commit 855203f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.11.0](psf/black-pre-commit-mirror@24.4.2...25.11.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.21.2](asottile/pyupgrade@v3.16.0...v3.21.2) - [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/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1)
1 parent 0b3c2f3 commit 855203f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ repos:
77
- id: seed-isort-config
88

99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.13.2
10+
rev: 7.0.0
1111
hooks:
1212
- id: isort
1313

14-
- repo: https://github.com/psf/black
15-
rev: 24.4.2
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.11.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py36]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.16.0
21+
rev: v3.21.2
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- --py36-plus
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.6.0
28+
rev: v6.0.0
2929
hooks:
3030
- id: trailing-whitespace
3131
exclude: .bumpversion.cfg
@@ -44,7 +44,7 @@ repos:
4444
- --autofix
4545

4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 7.1.0
47+
rev: 7.3.0
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: [
@@ -62,13 +62,13 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.10.1
65+
rev: v1.18.2
6666
hooks:
6767
- id: mypy
6868
additional_dependencies: ['PyYAML', 'types-PyYAML']
6969

7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.10.1
71+
rev: v1.18.2
7272
hooks:
7373
- id: mypy
7474
additional_dependencies: ['PyYAML', 'types-PyYAML']
@@ -79,7 +79,7 @@ repos:
7979
exclude: tests/|setup.py
8080

8181
- repo: https://github.com/adrienverge/yamllint.git
82-
rev: v1.35.1
82+
rev: v1.37.1
8383
hooks:
8484
- id: yamllint
8585
# args: [--config-data=relaxed]

0 commit comments

Comments
 (0)