Skip to content

Commit a5f985c

Browse files
authored
Merge pull request #8 from brosner/07-02-add_ruff
add ruff
2 parents bf6b0a1 + d52f984 commit a5f985c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

poetry.lock

+28-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pytest-cov = "^5.0.0"
2929

3030
[tool.poetry.group.dev.dependencies]
3131
pydeps = "^1.12.20"
32+
ruff = "^0.5.0"
3233

3334
[build-system]
3435
requires = ["poetry-core"]

0 commit comments

Comments
 (0)