Bump isort requirement to 5.11.3 (#9388)

This commit is contained in:
pre-commit-ci[bot]
2022-12-20 02:01:41 +00:00
committed by GitHub
parent f52099a22b
commit e6a04141ab
2 changed files with 2 additions and 2 deletions

View File

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