Skip to content

Commit 8fc1d33

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2)
1 parent 9b73dd9 commit 8fc1d33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repos:
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 24.8.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.17.0
2323
hooks:
2424
- id: pyupgrade
2525
args:
@@ -45,7 +45,7 @@ repos:
4545
- --autofix
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 7.1.0
48+
rev: 7.1.1
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: v1.10.1
66+
rev: v1.11.2
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: v1.10.1
73+
rev: v1.11.2
7474
hooks:
7575
- id: mypy
7676
args: [

0 commit comments

Comments
 (0)