diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7976d12..b9ec893 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/PyCQA/isort - rev: 5.13.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/autoflake