fix: Update isort config

This commit is contained in:
Reinier van der Leer
2023-12-02 06:54:14 +01:00
parent e44d70d6d3
commit fc429408a3

View File

@@ -127,16 +127,10 @@ sections = [
"FIRSTPARTY",
"LOCALFOLDER"
]
skip = '''
.tox
__pycache__
*.pyc
.env
venv*/*
.venv/*
reports/*
dist/*
'''
extend_skip = [
"agbenchmark_config/temp_folder/",
"data/",
]
[tool.mypy]