diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 881981b4..b70f81d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: "trailing-whitespace" - id: "check-case-conflict" @@ -13,24 +13,24 @@ repos: - id: "check-toml" - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.4.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.13.2 hooks: - id: isort additional_dependencies: [ toml ] files: *files - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 0.4.0 + rev: 1.1.0 hooks: - id: sync_with_poetry - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.204 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.1 hooks: - id: ruff