Skip to content

Commit 9701a94

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.20.0](asottile/pyupgrade@v3.16.0...v3.20.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.16.1](pre-commit/mirrors-mypy@v1.10.1...v1.16.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.16.1](pre-commit/mirrors-mypy@v1.10.1...v1.16.1) - [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 64321ac commit 9701a94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

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

99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.13.2
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
args: [--target-version=py36]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.16.0
22+
rev: v3.20.0
2323
hooks:
2424
- id: pyupgrade
2525
args:
2626
- --py36-plus
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: trailing-whitespace
3232
exclude: .bumpversion.cfg
@@ -45,7 +45,7 @@ repos:
4545
- --autofix
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 7.2.0
48+
rev: 7.3.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [
@@ -64,14 +64,14 @@ repos:
6464
]
6565

6666
- repo: https://github.com/pre-commit/mirrors-mypy
67-
rev: v1.10.1
67+
rev: v1.16.1
6868
hooks:
6969
- id: mypy
7070
# This is for checking tests/* (everything else has a stricter check
7171
# below), but since there's no include it's run on everything
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: v1.10.1
74+
rev: v1.16.1
7575
hooks:
7676
- id: mypy
7777
args: [
@@ -81,7 +81,7 @@ repos:
8181
exclude: tests/
8282

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

0 commit comments

Comments
 (0)