Skip to content

Commit 125ccf7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.34.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.34.0)
1 parent 5a405be commit 125ccf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
- id: seed-isort-config
88

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

1414
- repo: https://github.com/psf/black
15-
rev: 23.11.0
15+
rev: 24.2.0
1616
hooks:
1717
- id: black
1818
args: [--target-version=py36]
@@ -45,7 +45,7 @@ repos:
4545
- --autofix
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.1.0
48+
rev: 7.0.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [
@@ -66,13 +66,13 @@ repos:
6666
]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.7.1
69+
rev: v1.8.0
7070
hooks:
7171
- id: mypy
7272
args: [--config-file=mypy.ini]
7373

7474
- repo: https://github.com/adrienverge/yamllint.git
75-
rev: v1.33.0
75+
rev: v1.34.0
7676
hooks:
7777
- id: yamllint
7878
# args: [--config-data=relaxed]

0 commit comments

Comments
 (0)