mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-09 05:37:25 +00:00
This reverts commit 64243540fb1f2cb6d4dfbb5b12db3aaf59a21b4a.
This commit is contained in:
parent
d5d3a9eef4
commit
f983e605c7
@ -39,10 +39,4 @@ repos:
|
||||
- id: actionlint-docker
|
||||
args: ["-ignore", "SC2102"]
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
||||
# TODO we can make pylint run at this stage too, once their execution gets normalized
|
||||
|
||||
@ -246,7 +246,6 @@ formatting = [
|
||||
# Version specified following Black stability policy:
|
||||
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy
|
||||
"black[jupyter]~=23.0",
|
||||
"isort~=5.12"
|
||||
]
|
||||
|
||||
all = [
|
||||
@ -451,5 +450,3 @@ max-statements = 105 # Default is 50
|
||||
omit = [
|
||||
"haystack/testing/*",
|
||||
]
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user