Skip to content

Commit ffa0d4f

Browse files
committed
Add tests to ruff
1 parent 4861359 commit ffa0d4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ version = { attr = "CADETPythonSimulator.__version__" }
6868

6969
[tool.ruff]
7070
# Same as Black.
71-
src = ["CADETPythonSimulator"]
71+
src = ["CADETPythonSimulator", "tests"]
72+
7273
line-length = 88
7374
indent-width = 4
7475

0 commit comments

Comments
 (0)