diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c209cf4..6214444c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,16 +32,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.7.2 + rev: v0.9.4 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black types: [python] - repo: 'https://github.com/MarcoGorelli/cython-lint' - rev: v0.16.2 + rev: v0.16.6 hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8' @@ -53,12 +53,12 @@ repos: - flake8-pytest-style types_or: [cython, python] - repo: 'https://github.com/PyCQA/isort' - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort types_or: [cython, python] - repo: 'https://github.com/PyCQA/pylint' - rev: v3.3.1 + rev: v3.3.4 hooks: - id: pylint additional_dependencies: @@ -69,7 +69,7 @@ repos: - '--disable=no-name-in-module' - '--disable=import-error' - repo: 'https://github.com/asottile/pyupgrade' - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade types_or: [cython, python] @@ -77,6 +77,6 @@ repos: - '--py38-plus' - '--keep-runtime-typing' - repo: 'https://github.com/abravalheri/validate-pyproject' - rev: v0.22 + rev: v0.23 hooks: - id: validate-pyproject