Skip to content

Commit ab7fefe

Browse files
⬆️ Update dependency ruff to v0.0.274 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
1 parent 856948e commit ab7fefe

2 files changed

Lines changed: 21 additions & 20 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pylint = "2.17.4"
4444
pytest = "7.3.2"
4545
pytest-asyncio = "0.21.0"
4646
pytest-cov = "4.1.0"
47-
ruff = "0.0.272"
47+
ruff = "0.0.274"
4848
safety = "2.4.0b1"
4949
yamllint = "1.32.0"
5050

@@ -143,6 +143,7 @@ ignore = [
143143
"D417", # False positives in some occasions
144144
"PLR2004", # Just annoying, not really useful
145145
"TCH001",
146+
"SLOT000",
146147
]
147148
select = ["ALL"]
148149

0 commit comments

Comments
 (0)