Skip to content

Commit 50aee90

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ repos:
8585
- id: add-trailing-comma
8686
args: [--py36-plus]
8787
- repo: https://github.com/asottile/pyupgrade
88-
rev: "v3.16.0"
88+
rev: "v3.17.0"
8989
hooks:
9090
- id: pyupgrade
9191
args: [--py36-plus]
@@ -95,17 +95,17 @@ repos:
9595
- id: yesqa
9696
additional_dependencies: [pep8-naming]
9797
- repo: https://github.com/pre-commit/mirrors-mypy
98-
rev: "v1.10.1"
98+
rev: "v1.11.1"
9999
hooks:
100100
- id: mypy
101101
args: [--config-file, .meta/mypy.ini]
102102
- repo: https://github.com/psf/black
103-
rev: "24.4.2"
103+
rev: "24.8.0"
104104
hooks:
105105
- id: black
106106
language_version: python38
107107
- repo: https://github.com/PyCQA/flake8
108-
rev: "7.1.0"
108+
rev: "7.1.1"
109109
hooks:
110110
- id: flake8
111111
additional_dependencies:

0 commit comments

Comments
 (0)