diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94407f2a..4c2ea828 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - - repo: https://github.com/python/black - rev: 22.10.0 + - repo: https://github.com/psf/black + rev: 23.12.1 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/jackdewinter/pymarkdown - rev: main + rev: v0.9.15 hooks: - id: pymarkdown args: @@ -20,7 +20,7 @@ repos: - line-length - scan - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==22.10.0]