Skip to content

Commit 4627cbc

Browse files
authored
Merge pull request #51 from Chia-Network/dependabot/pip/ruff-0.15.17
Bump ruff from 0.15.16 to 0.15.17
2 parents b2a0f7d + 41ebf7a commit 4627cbc

3 files changed

Lines changed: 22 additions & 21 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest-xdist = { version = ">=3.8.0,<4.0.0", optional = true }
3939
coverage = { version = ">=7.14.0", optional = true }
4040
diff-cover = { version = ">=9.2.0", optional = true }
4141
pytest-cov = { version = ">=5.0.0", optional = true }
42-
ruff = { version = ">=0.15.14", optional = true }
42+
ruff = { version = ">=0.15.17", optional = true }
4343

4444
[project.optional-dependencies]
4545
dev = ["coverage", "diff-cover", "mypy", "pre-commit", "pytest", "pytest-cov", "ruff", "pytest-xdist"]

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ignore = [
4141
# That being said, it would be nice to add some way to actually guard against that specific mutable default behavior.
4242
"RUF009", # function-call-in-dataclass-default-argument
4343
"RUF056", # falsy-dict-get-fallback
44+
"RUF076", # pytest-fixture-autouse
4445

4546
# Security linter
4647
"S603", # subprocess-without-shell-equals-true

0 commit comments

Comments
 (0)