Skip to content

Commit 5923f38

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.9.0 → 1.10.0](adamchainz/django-upgrade@1.9.0...1.10.0) - [github.com/pre-commit/mirrors-eslint: v8.23.0 → v8.23.1](pre-commit/mirrors-eslint@v8.23.0...v8.23.1)
1 parent b20ddd3 commit 5923f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: pyupgrade
2121
args: [--py37-plus]
2222
- repo: https://github.com/adamchainz/django-upgrade
23-
rev: 1.9.0
23+
rev: 1.10.0
2424
hooks:
2525
- id: django-upgrade
2626
args: [--target-version, "3.2"]
@@ -45,7 +45,7 @@ repos:
4545
args:
4646
- --trailing-comma=es5
4747
- repo: https://github.com/pre-commit/mirrors-eslint
48-
rev: v8.23.0
48+
rev: v8.23.1
4949
hooks:
5050
- id: eslint
5151
files: \.js?$

0 commit comments

Comments
 (0)