Skip to content

Commit 01f7f64

Browse files
committed
x
Signed-off-by: SumanthRH <[email protected]>
1 parent d5f6854 commit 01f7f64

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ build-backend = "setuptools.build_meta"
3030
[tool.setuptools]
3131
include-package-data = true # Ensures package_data is included in wheel
3232

33-
[tool.ruff]
34-
line-length = 160
35-
3633
[tool.setuptools.packages.find]
3734
where = ["."]
3835
include = [
@@ -48,3 +45,10 @@ skythought = "skythought.evals.cli:main"
4845

4946
[project.optional-dependencies]
5047
dev = ["pytest", "pytest-mock", "black", "ruff", "pre-commit"]
48+
49+
[tool.ruff]
50+
line-length = 160
51+
52+
[tool.ruff.lint]
53+
extend-select = ["E", "F", "I", "ASYNC", "B"]
54+
ignore = ["F811", "B006"]

0 commit comments

Comments
 (0)