diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4e1685d..44a50083 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pycqa/flake8