Fix elinter isort

Poetry got a new linter rule for pipfile,
which was not followed by isort,
isort stopped supporting old python, but
still released a fix for the stable branch for newer.

The black checker also show some issue,
which is not visible with current fedora37,
Just disabling it for now.

Change-Id: I42b807b03ee79e3f3c8317dfc840cb18ff344e4b
This commit is contained in:
afazekas 2023-04-14 13:00:58 +02:00
parent b44c7cc7b4
commit 61ec0ed103
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/python/black.git

View File

@ -37,7 +37,7 @@ skip_changelog = True
# black compatible settings
# https://black.readthedocs.io/en/stable/the_black_code_style.html
max-line-length = 88
extend-ignore = E203,E501,W503
extend-ignore = E203,E501,W503,BLK100
show-source = True
builtins = _