diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ae33def..22ad583f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: hooks: - id: pyprojectsort - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.21 + rev: v0.22 hooks: - id: validate-pyproject - repo: https://github.com/ikamensh/flynt/ @@ -37,7 +37,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.0 hooks: - id: pyupgrade args: ["--py3-plus", "--py38-plus"] @@ -50,7 +50,7 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.7.0' + rev: 'v0.7.1' hooks: - id: ruff - repo: https://github.com/PyCQA/flake8 @@ -78,16 +78,16 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.12.1 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: [pygeoif>=1.4, arrow, pytest, hypothesis] - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs - repo: https://github.com/crate-ci/typos - rev: v1.26.0 + rev: v1.26.8 hooks: - id: typos # - repo: https://github.com/Lucas-C/pre-commit-hooks-markup