diff --git a/pyproject.toml b/pyproject.toml index 314da70c..19a5e1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "pytest-asyncio==0.25.3", "pytest-aiohttp==1.1.0", "pytest-cov==6.0.0", - "ruff==0.9.5", + "ruff==0.9.6", "tomli==2.2.1", ] @@ -239,6 +239,9 @@ ignore = [ select = ["ALL"] +[tool.ruff.lint.flake8-builtins] +builtins-allowed-modules = ["json"] + [tool.ruff.lint.flake8-pytest-style] fixture-parentheses = false mark-parentheses = false