diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4354fe31..e9f901b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,8 +18,8 @@ repos: - 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.11.4 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.189 + rev: v0.0.194 hooks: - id: ruff