diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d4ed04..9fe3d94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: - id: pyupgrade args: ['--py311-plus'] - repo: https://github.com/PyCQA/autoflake - rev: v2.3.1 + rev: v2.3.3 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables'] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror