diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6095e8e4..54c9fa46 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.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-toml @@ -32,16 +32,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: 'https://github.com/charliermarsh/ruff-pre-commit' - rev: v0.3.5 + rev: v0.4.3 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black types: [python] - repo: 'https://github.com/MarcoGorelli/cython-lint' - rev: v0.16.0 + rev: v0.16.2 hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8'