diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efb383c..8c2cc49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-json - id: check-toml @@ -20,19 +20,19 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.12.1 + rev: v0.15 hooks: - id: validate-pyproject name: validate pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.22.0 + rev: 0.27.2 hooks: - id: check-github-workflows name: validate github workflows - id: check-readthedocs name: validate readthedocs config - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.256 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.6 hooks: - id: ruff args: @@ -40,21 +40,21 @@ repos: - --exit-non-zero-on-fix - --show-fixes - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.7.1 hooks: - id: mypy additional_dependencies: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.6 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.3 hooks: - id: prettier additional_dependencies: