Skip to content

Commit d04b9d1

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/adamchainz/django-upgrade: 1.11.0 → 1.12.0](adamchainz/django-upgrade@1.11.0...1.12.0) - [github.com/pre-commit/mirrors-eslint: v8.27.0 → v8.28.0](pre-commit/mirrors-eslint@v8.27.0...v8.28.0)
1 parent d9b25f2 commit d04b9d1

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
@@ -16,12 +16,12 @@ repos:
1616
hooks:
1717
- id: doc8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.2.0
19+
rev: v3.2.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/adamchainz/django-upgrade
24-
rev: 1.11.0
24+
rev: 1.12.0
2525
hooks:
2626
- id: django-upgrade
2727
args: [--target-version, "3.2"]
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.27.0
49+
rev: v8.28.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$

0 commit comments

Comments
 (0)