We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd5cdd7 + bcbd672 commit 9f49277Copy full SHA for 9f49277
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: fix-byte-order-marker
16
- id: detect-private-key
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.2.1
+ rev: v0.2.2
19
hooks:
20
- id: ruff
21
args: [--fix-only, --exit-non-zero-on-fix]
tests/test_sdl.py
@@ -23,7 +23,7 @@ def test_sdl_window(uses_window: None) -> None:
23
assert window.title == sys.argv[0]
24
window.title = "Title"
25
assert window.title == "Title"
26
- assert window.opacity == 1.0 # noqa: PLR2004
+ assert window.opacity == 1.0
27
window.position = window.position
28
window.fullscreen = window.fullscreen
29
window.resizable = window.resizable
0 commit comments