diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6aa32fe..678b827 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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