mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-19 13:14:26 +01:00
fix: Update isort config
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user