diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73e0d07..58699a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Autoformat: Python code - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake # args ref: https://github.com/PyCQA/autoflake#advanced-usage @@ -28,13 +28,13 @@ repos: # Autoformat: Python code - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 9.0.0a3 hooks: - id: isort # Autoformat: Python code - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 26.3.1 hooks: - id: black