diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fa748d..f3e56f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,13 +54,13 @@ repos: # files: ^(src/|tests/) - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort args: ["--profile", "black", "--filter-files", "--combine-as", "honor--noqa"] -- repo: https://github.com/psf/black - rev: 26.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.0 hooks: - id: black language_version: python3.10 @@ -126,7 +126,7 @@ repos: # C901 function is too complex # for iter_at_depth # PLR0912 too many branches # for iter_at_depth # - rev: 'v0.14.14' + rev: 'v0.15.5' hooks: - id: ruff exclude: "tests"