Skip to content

Commit 0e20e78

Browse files
committed
Update the pre-commit hooks
1 parent 36eb877 commit 0e20e78

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.3.1
29+
rev: v3.9.0
3030
hooks:
3131
- id: pyupgrade
3232
args: ["--py36-plus"]
3333

3434
- repo: https://github.com/myint/autoflake
35-
rev: v2.0.1
35+
rev: v2.2.0
3636
hooks:
3737
- id: autoflake
3838
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3939

4040
- repo: https://github.com/pycqa/flake8
41-
rev: 6.0.0
41+
rev: 6.1.0
4242
hooks:
4343
- id: flake8
4444

@@ -51,6 +51,6 @@ repos:
5151
args: ["--profile", "black"]
5252

5353
- repo: https://github.com/psf/black
54-
rev: 23.1.0
54+
rev: 23.7.0
5555
hooks:
5656
- id: black

0 commit comments

Comments
 (0)