diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2aac3cc..45bd467 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,8 @@ repos: - id: debug-statements - id: check-docstring-first - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.272 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.276 hooks: - id: ruff args: @@ -29,7 +29,7 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.4.1 hooks: - id: mypy language_version: python @@ -38,7 +38,7 @@ repos: - types-requests - repo: https://github.com/python-poetry/poetry - rev: 1.5.1 + rev: 1.5.0 hooks: - id: poetry-lock args: