mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-09 12:29:25 +08:00
Merge branch 'dev' into zamilmajdy/secrt-1000-add-capability-for-the-admin-to-log-in-as-other-users
This commit is contained in:
commit
b0c8fec08a
@ -105,7 +105,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
name: Lint (isort) - AutoGPT Platform - Backend
|
name: Lint (isort) - AutoGPT Platform - Backend
|
||||||
alias: isort-platform-backend
|
alias: isort-platform-backend
|
||||||
entry: poetry -C autogpt_platform/backend run isort
|
entry: poetry -C autogpt_platform/backend run isort -p backend
|
||||||
files: ^autogpt_platform/backend/
|
files: ^autogpt_platform/backend/
|
||||||
types: [file, python]
|
types: [file, python]
|
||||||
language: system
|
language: system
|
||||||
@ -113,7 +113,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
name: Lint (isort) - Classic - AutoGPT
|
name: Lint (isort) - Classic - AutoGPT
|
||||||
alias: isort-classic-autogpt
|
alias: isort-classic-autogpt
|
||||||
entry: poetry -C classic/original_autogpt run isort
|
entry: poetry -C classic/original_autogpt run isort -p autogpt
|
||||||
files: ^classic/original_autogpt/
|
files: ^classic/original_autogpt/
|
||||||
types: [file, python]
|
types: [file, python]
|
||||||
language: system
|
language: system
|
||||||
@ -121,7 +121,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
name: Lint (isort) - Classic - Forge
|
name: Lint (isort) - Classic - Forge
|
||||||
alias: isort-classic-forge
|
alias: isort-classic-forge
|
||||||
entry: poetry -C classic/forge run isort
|
entry: poetry -C classic/forge run isort -p forge
|
||||||
files: ^classic/forge/
|
files: ^classic/forge/
|
||||||
types: [file, python]
|
types: [file, python]
|
||||||
language: system
|
language: system
|
||||||
@ -129,7 +129,7 @@ repos:
|
|||||||
- id: isort
|
- id: isort
|
||||||
name: Lint (isort) - Classic - Benchmark
|
name: Lint (isort) - Classic - Benchmark
|
||||||
alias: isort-classic-benchmark
|
alias: isort-classic-benchmark
|
||||||
entry: poetry -C classic/benchmark run isort
|
entry: poetry -C classic/benchmark run isort -p agbenchmark
|
||||||
files: ^classic/benchmark/
|
files: ^classic/benchmark/
|
||||||
types: [file, python]
|
types: [file, python]
|
||||||
language: system
|
language: system
|
||||||
|
@ -74,6 +74,9 @@ format = "linter:format"
|
|||||||
lint = "linter:lint"
|
lint = "linter:lint"
|
||||||
test = "run_tests:test"
|
test = "run_tests:test"
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
[tool.pytest-watcher]
|
[tool.pytest-watcher]
|
||||||
now = false
|
now = false
|
||||||
clear = true
|
clear = true
|
||||||
|
Loading…
Reference in New Issue
Block a user