diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1eccf9e..6630c412 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.1.4 + rev: v0.1.6 hooks: - id: ruff - repo: 'https://github.com/psf/black' - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black types: [python] - repo: 'https://github.com/MarcoGorelli/cython-lint' - rev: v0.15.0 + rev: v0.16.0 hooks: - id: cython-lint - repo: 'https://github.com/pycqa/flake8'