diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c53800..6091c6b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: black args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110'] - repo: https://github.com/PyCQA/isort - rev: 5.7.0 + rev: 5.12.0 hooks: - id: isort args: ['--profile', 'black', '--line-length', '110']