diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd59492..d8504e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,20 +7,20 @@ ci: autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks" repos: - repo: https://github.com/hadialqattan/pycln - rev: v2.4.0 + rev: v2.6.0 hooks: - id: pycln args: [--config, pyproject.toml] stages: [pre-commit] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 9.0.0b1 hooks: - id: isort stages: [pre-commit] - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black stages: [pre-commit]