Add isort to pre-commit
1 files changed, 3 insertions(+), 3 deletions(-) M .pre-commit.config.yaml
M .pre-commit.config.yaml => .pre-commit.config.yaml +3 -3
@@ 8,7 8,7 @@ repos: rev: 3.7.9 hooks: - id: flake8 - - repo: https://github.com/andreoliwa/nitpick - rev: v0.21.2 + - repo: https://github.com/PyCQA/isort + rev: 5.6.4 hooks: - - id: nitpick + - id: isort