diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ff996d..104c5a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,8 +5,8 @@ ci: - pytype # does not support py3.11 yet repos: -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.269 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.276 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -68,14 +68,14 @@ repos: - id: bandit exclude: tests/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy exclude: tests/.*.py types: [python] additional_dependencies: [devpi-client,keyring] - repo: https://github.com/hoefling/pre-commit-pytype - rev: 2023.4.27 + rev: 2023.5.8 hooks: - id: pytype exclude: tests/.*.py