Skip to content

Commit 11346f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.16.0](asottile/pyupgrade@v3.15.1...v3.16.0)
1 parent 9d892ee commit 11346f5

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
@@ -6,12 +6,12 @@ default_language_version:
66
python: python3
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.2.0
9+
rev: 24.4.2
1010
hooks:
1111
- id: black
1212
additional_dependencies: ["click<8.1.0"]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -32,7 +32,7 @@ repos:
3232
- id: flake8
3333
additional_dependencies: ["flake8-bugbear==21.4.3"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.1
35+
rev: v3.16.0
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)