Skip to content

Commit ab77e34

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.7.0 → v3.9.0](asottile/pyupgrade@v3.7.0...v3.9.0) - [github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.0](asottile/add-trailing-comma@v2.5.1...v3.0.0)
1 parent 660b0a5 commit ab77e34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.3.0
29+
rev: 23.7.0
3030
hooks:
3131
- id: black
3232
language_version: python3
@@ -44,13 +44,13 @@ repos:
4444
- --ignore-words-list=thex
4545

4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.7.0
47+
rev: v3.9.0
4848
hooks:
4949
- id: pyupgrade
5050
args:
5151
- --py36-plus
5252

5353
- repo: https://github.com/asottile/add-trailing-comma
54-
rev: v2.5.1
54+
rev: v3.0.0
5555
hooks:
5656
- id: add-trailing-comma

0 commit comments

Comments
 (0)