Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#979)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: 2.2.4 →
v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0)
- [github.com/asottile/pyupgrade: v3.17.0 →
v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/adamchainz/django-upgrade: 1.21.0 →
1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1)
- [github.com/psf/black-pre-commit-mirror: 24.8.0 →
24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)
- [github.com/adamchainz/blacken-docs: 1.18.0 →
1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 →
v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent fd8e9af commit 0cbadd4
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 @@ -17,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: v2.5.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand All @@ -31,21 +31,21 @@ repos:
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.21.0
rev: 1.22.1
hooks:
- id: django-upgrade
args: [--target-version, '4.2']
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -65,7 +65,7 @@ repos:
- flake8-logging
- flake8-tidy-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 0cbadd4

Please sign in to comment.