Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 2, 2024
1 parent 4a9e8c9 commit 63d6c85
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 @@ -39,12 +39,12 @@ repos:
- sphinx==6.1.3
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
Expand All @@ -54,16 +54,16 @@ repos:
additional_dependencies:
- black==23.12.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.3.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.15.0"
rev: "1.16.0"
hooks:
- id: django-upgrade
args: [--target-version, "5.0"]

0 comments on commit 63d6c85

Please sign in to comment.