Skip to content

Commit 82b9a9f

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)
1 parent 0d50143 commit 82b9a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 24.8.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.16.0
11+
rev: v3.17.0
1212
hooks:
1313
- id: pyupgrade
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -28,7 +28,7 @@ repos:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
args:

0 commit comments

Comments
 (0)