diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3f371e..81bf569 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,19 +16,19 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.1 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.12.1 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: [black==23.9.1]