Bump isort to 5.12.0 (#9617)

This commit is contained in:
Alex Waygood
2023-01-30 00:37:55 +00:00
committed by GitHub
parent dd3aedd133
commit 1b5bd63f78
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ repos:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.11.4 # must match requirements-tests.txt
rev: 5.12.0 # must match requirements-tests.txt
hooks:
- id: isort
name: isort (python)