Skip to content

Commit 4f1d34a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.0...v2.0.2) - [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.4.2](Lucas-C/pre-commit-hooks@v1.3.1...v1.4.2) - [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 4f1d34a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.2
1919
hooks:
2020
- id: autopep8
2121
- repo: https://github.com/pycqa/flake8
@@ -28,16 +28,16 @@ repos:
2828
- id: reorder-python-imports
2929
args: ['--py3-plus']
3030
- repo: https://github.com/Lucas-C/pre-commit-hooks
31-
rev: v1.3.1
31+
rev: v1.4.2
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)