diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 963f0ed..9a00f67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"] - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.4.1 + rev: 1.5.0 hooks: - id: tox-ini-fmt - repo: https://github.com/rstcheck/rstcheck @@ -37,7 +37,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs @@ -47,7 +47,7 @@ repos: additional_dependencies: - black==23.1.0 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python)