diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 881981b4..60b9e1c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: - id: "check-toml" - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black files: &files '^(glQiwiApi|tests|examples|benchmarks|docs)' - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.10.1 + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort additional_dependencies: [ toml ] @@ -31,6 +31,6 @@ repos: - id: sync_with_poetry - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.204 + rev: v0.0.246 hooks: - id: ruff