diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 613ef112..d41dc833 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ default_language_version: python: python3 repos: - repo: https://github.com/PSF/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort @@ -25,11 +25,11 @@ repos: - id: pyupgrade args: [--keep-runtime-typing] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.5.1 + rev: 1.5.3 hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.8.0 hooks: - id: mypy files: chanfig @@ -41,7 +41,7 @@ repos: - id: codespell args: [--ignore-words=.codespell-whitelist.txt] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier files: chanfig