Skip to content

Commit f2b711b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/asottile/add-trailing-comma: v2.5.1 → v3.1.0](asottile/add-trailing-comma@v2.5.1...v3.1.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 8bdc9d2 commit f2b711b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
name: isort (python)
3333

3434
- repo: https://github.com/PyCQA/autoflake
35-
rev: v2.2.0
35+
rev: v2.2.1
3636
hooks:
3737
- id: autoflake
3838
name: autoflake
@@ -48,14 +48,14 @@ repos:
4848
]
4949

5050
- repo: https://github.com/asottile/add-trailing-comma
51-
rev: v2.5.1
51+
rev: v3.1.0
5252
hooks:
5353
- id: add-trailing-comma
5454
args:
5555
- --py36-plus
5656

5757
- repo: https://github.com/psf/black
58-
rev: 23.3.0
58+
rev: 23.9.1
5959
hooks:
6060
- id: black
6161
args: [

0 commit comments

Comments
 (0)