Skip to content

Commit 5853d32

Browse files
fix: add ruff to deps (#919)
`poetry add --group dev ruff==0.11.5` This is necessary because ruff is run as part of the pre-commit in this repo
1 parent 5c00041 commit 5853d32

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

poetry.lock

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ sqlalchemy-cockroachdb = "2.0.2"
220220
paramiko = "^3.4.0"
221221
types-paramiko = "^3.4.0.20240423"
222222
pytest-mock = "^3.14.0"
223+
ruff = "0.11.5"
223224

224225
[[tool.poetry.source]]
225226
name = "PyPI-public"

0 commit comments

Comments
 (0)