mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
@@ -55,7 +55,7 @@ check = [
|
||||
"ruff format",
|
||||
"ruff check --fix",
|
||||
"pyright",
|
||||
"mypy",
|
||||
"mypy --non-interactive --install-types",
|
||||
"pytest -n auto",
|
||||
]
|
||||
|
||||
@@ -78,7 +78,7 @@ check = "sphinx-build --fail-on-warning docs/src docs/build"
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
fix = true
|
||||
exclude = ["build", "dist", "my_project/__init__.py", "my_project/main.py"]
|
||||
exclude = ["build", "dist"]
|
||||
target-version = "py310"
|
||||
include = ["src/**", "examples/*.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user