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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- [github.com/adamchainz/django-upgrade: 1.12.0 → 1.13.0](adamchainz/django-upgrade@1.12.0...1.13.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2023
1 parent a537b50 commit 2dbee7e
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 @@ -22,11 +22,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
args:
- --py3-plus
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.12.0"
rev: "1.13.0"
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand Down

0 comments on commit 2dbee7e

Please sign in to comment.