Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1120)
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/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 5322857 commit f661bbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 @@ -36,12 +36,12 @@ repos:
hooks:
- id: sphinx-lint
- 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']
Expand All @@ -50,7 +50,7 @@ repos:
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 @@ -70,6 +70,6 @@ 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

0 comments on commit f661bbc

Please sign in to comment.