Skip to content

Commit 562b507

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](pre-commit/mirrors-autopep8@v2.0.0...v2.0.1) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/asottile/add-trailing-comma: v2.3.0 → v2.4.0](asottile/add-trailing-comma@v2.3.0...v2.4.0)
1 parent 5ccca9c commit 562b507

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
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pre-commit/mirrors-autopep8
18-
rev: v2.0.0
18+
rev: v2.0.1
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/pycqa/flake8
@@ -32,12 +32,12 @@ repos:
3232
hooks:
3333
- id: remove-tabs
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.3.0
35+
rev: v3.3.1
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py3-plus']
3939
- repo: https://github.com/asottile/add-trailing-comma
40-
rev: v2.3.0
40+
rev: v2.4.0
4141
hooks:
4242
- id: add-trailing-comma
4343
args: ['--py36-plus']

0 commit comments

Comments
 (0)