diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 293dcde4..f319455c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.10.1 hooks: - id: isort args: ['--profile', 'black', '--check-only', '--diff']