diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06a577eb..afac0d05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: types_or: [cython, python] exclude: ^docs/source/ - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -32,11 +32,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.5.6 + rev: v0.6.9 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black types: [python] @@ -58,7 +58,7 @@ repos: - id: isort types_or: [cython, python] - repo: 'https://github.com/PyCQA/pylint' - rev: v3.2.6 + rev: v3.3.1 hooks: - id: pylint additional_dependencies: @@ -77,6 +77,6 @@ repos: - '--py38-plus' - '--keep-runtime-typing' - repo: 'https://github.com/abravalheri/validate-pyproject' - rev: v0.18 + rev: v0.20.2 hooks: - id: validate-pyproject