diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abb1e09d..06a577eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,11 +32,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.4.7 + rev: v0.5.6 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black types: [python] @@ -45,7 +45,7 @@ repos: hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8' - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -58,7 +58,7 @@ repos: - id: isort types_or: [cython, python] - repo: 'https://github.com/PyCQA/pylint' - rev: v3.2.2 + rev: v3.2.6 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.15.2 + rev: v3.17.0 hooks: - id: pyupgrade types_or: [cython, python]