pre-commit: upgrade isort (#74044)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Thomas NOËL 2023-02-01 02:08:04 +01:00
parent 3d48906aea
commit d347d3b4e6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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']