Skip to content

Commit

Permalink
ci: pre-commit autoupdate (django-cms#210)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](asottile/pyupgrade@v2.37.3...v2.38.2)
- [github.com/adamchainz/django-upgrade: 1.7.0 → 1.10.0](adamchainz/django-upgrade@1.7.0...1.10.0)
- [github.com/PyCQA/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2022
1 parent f1b51a9 commit 48c0454
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 @@ -9,19 +9,19 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/adamchainz/django-upgrade
rev: '1.7.0'
rev: '1.10.0'
hooks:
- id: django-upgrade
args: [--target-version, "2.2"]

- repo: https://github.com/PyCQA/flake8
rev: 5.0.2
rev: 5.0.4
hooks:
- id: flake8

Expand Down

0 comments on commit 48c0454

Please sign in to comment.