Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored and tim-schilling committed Nov 24, 2022
1 parent d9b25f2 commit d04b9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.11.0
rev: 1.12.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -46,7 +46,7 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.27.0
rev: v8.28.0
hooks:
- id: eslint
files: \.js?$
Expand Down

0 comments on commit d04b9d1

Please sign in to comment.