diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdc3710..d3b5561 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.13' + rev: 'v0.14.14' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black