Skip to content

Commit 1d1cc3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.11.5 → 5.13.2](PyCQA/isort@5.11.5...5.13.2) - [github.com/psf/black: 22.3.0 → 23.12.1](psf/black@22.3.0...23.12.1) - [github.com/asottile/pyupgrade: v2.31.0 → v3.15.0](asottile/pyupgrade@v2.31.0...v3.15.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.931 → v1.8.0](pre-commit/mirrors-mypy@v0.931...v1.8.0) - [github.com/pre-commit/mirrors-mypy: v0.931 → v1.8.0](pre-commit/mirrors-mypy@v0.931...v1.8.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.33.0)
1 parent 71509b0 commit 1d1cc3d

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.11.5
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
args: ["--profile", "black"]
1414

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

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.31.0
22+
rev: v3.15.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.1.0
29+
rev: v4.5.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: 4.0.1
48+
rev: 7.0.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [
@@ -63,14 +63,14 @@ repos:
6363
]
6464

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

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v0.931
73+
rev: v1.8.0
7474
hooks:
7575
- id: mypy
7676
args: [
@@ -80,7 +80,7 @@ repos:
8080
exclude: tests/
8181

8282
- repo: https://github.com/adrienverge/yamllint.git
83-
rev: v1.26.3
83+
rev: v1.33.0
8484
hooks:
8585
- id: yamllint
8686
# args: [--config-data=relaxed]

0 commit comments

Comments
 (0)