diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c5e2122..068460ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: 0.12.1 + rev: 0.13.0 hooks: - id: pyproject-fmt - repo: https://github.com/asottile/setup-cfg-fmt @@ -37,7 +37,7 @@ repos: - sphinx==6.1.3 - tomli==2.0.1 - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -51,7 +51,7 @@ repos: hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: