Skip to content

Commit 60d5a88

Browse files
Bump ruff from 0.9.5 to 0.9.6 (#1079)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Agner <stefan@agner.ch>
1 parent 625a6c0 commit 60d5a88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test = [
5454
"pytest-asyncio==0.25.3",
5555
"pytest-aiohttp==1.1.0",
5656
"pytest-cov==6.0.0",
57-
"ruff==0.9.5",
57+
"ruff==0.9.6",
5858
"tomli==2.2.1",
5959
]
6060

@@ -239,6 +239,9 @@ ignore = [
239239

240240
select = ["ALL"]
241241

242+
[tool.ruff.lint.flake8-builtins]
243+
builtins-allowed-modules = ["json"]
244+
242245
[tool.ruff.lint.flake8-pytest-style]
243246
fixture-parentheses = false
244247
mark-parentheses = false

0 commit comments

Comments
 (0)