diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1df9b95..143d507 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: black args: ['--target-version', 'py37', '--line-length', '100'] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: ['--profile', 'black', '--line-length', '100']