diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 278a8b6b..ae641297 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: exclude: poetry.lock args: [--autofix] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs @@ -25,12 +25,12 @@ repos: additional_dependencies: - black==23.9.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.4 + rev: v0.1.5 hooks: - id: ruff args: [--fix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy additional_dependencies: [types-requests, types-setuptools]