diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5768be1e..db7cf2c6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.11.5 hooks: - id: isort args: ['--profile', 'black', '--filter-files']