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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/adamchainz/django-upgrade: 1.16.0 → 1.20.0](adamchainz/django-upgrade@1.16.0...1.20.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.4](astral-sh/ruff-pre-commit@v0.3.4...v0.5.4)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.0](pre-commit/mirrors-mypy@v1.9.0...v1.11.0)
- [github.com/crate-ci/typos: v1.19.0 → typos-v0.10.26](crate-ci/typos@v1.19.0...typos-v0.10.26)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent cb37391 commit 6df9555
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.16.0
rev: 1.20.0
hooks:
- id: django-upgrade
args: [--target-version, "4.0"]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.4'
rev: 'v0.5.4'
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.0
hooks:
- id: mypy
args: [--config=setup.cfg]
additional_dependencies: [types-python-dateutil==2.8.16, types-requests]
- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: typos-v0.10.26
hooks:
- id: typos

0 comments on commit 6df9555

Please sign in to comment.