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.7.0](psf/black@23.1.0...23.7.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](asottile/pyupgrade@v3.3.1...v3.10.1)
- [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.1](adamchainz/django-upgrade@1.13.0...1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 21, 2023
1 parent 45f91e0 commit 8ba793b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ repos:
- id: check-added-large-files
exclude: migrations/*
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
exclude: migrations/*
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks:
- id: reorder-python-imports
args:
Expand All @@ -28,7 +28,7 @@ repos:
- 'from __future__ import annotations'
exclude: migrations/*
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -38,12 +38,12 @@ repos:
- flake8-typing-imports
exclude: migrations/*
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade
exclude: migrations/*
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.13.0" # replace with latest tag on GitHub
rev: "1.14.1" # replace with latest tag on GitHub
hooks:
- id: django-upgrade
args: [--target-version, "4.0"] # Replace with Django version
Expand Down

0 comments on commit 8ba793b

Please sign in to comment.