Skip to content

Commit ef5407a

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/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) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
1 parent 8ec61be commit ef5407a

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
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.16.0
7+
rev: v3.17.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 24.8.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -31,13 +31,13 @@ repos:
3131
- id: mixed-line-ending
3232
- id: trailing-whitespace
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
args:
3838
- --max-line-length=100
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.10.1
40+
rev: v1.11.1
4141
hooks:
4242
- id: mypy
4343
- repo: https://github.com/packit/pre-commit-hooks

0 commit comments

Comments
 (0)