diff --git a/pyproject.toml b/pyproject.toml index 2338738..f717847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,14 +64,14 @@ select = [ ignore = [ "D203", # 1 blank line required before class docstring "D213", # Multi-line docstring summary should start at the second line + # keep-runtime-annotations + 'UP006', # Non PEP585 annotations + 'UP007', # Non PEP604 annotations ] [tool.ruff.flake8-pytest-style] fixture-parentheses = false -[tool.ruff.pyupgrade] -keep-runtime-typing = true - [tool.ruff.per-file-ignores] # Allow for demo script to write to stdout "demo.py" = ["T201"]