diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94dd9f3..5f9ef2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,12 +7,12 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.12.0 hooks: - id: pretty-format-yaml args: [--autofix] @@ -20,7 +20,7 @@ repos: exclude: poetry.lock args: [--autofix] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs @@ -36,11 +36,11 @@ repos: additional_dependencies: [tomli] args: [--in-place, --config, ./pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.11 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: [types-requests, types-setuptools, types-docutils]