diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1eeb9c3..4fa1637 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/autoflake - rev: v2.2.1 + rev: v2.3.0 hooks: - id: autoflake args: [--in-place, --remove-all-unused-imports] - repo: https://github.com/psf/black - rev: '23.12.1' + rev: '24.2.0' hooks: - id: black - repo: https://github.com/PyCQA/flake8