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.
1 parent 1a6d9be commit a7923edCopy full SHA for a7923ed
build_sdl.py
@@ -16,7 +16,8 @@
16
import pcpp # type: ignore
17
import requests
18
19
-# ruff: noqa: S603, S607 # This script calls a lot of programs.
+# This script calls a lot of programs.
20
+# ruff: noqa: S603, S607
21
22
BIT_SIZE, LINKAGE = platform.architecture()
23
tcod/libtcodpy.py
@@ -52,7 +52,8 @@
52
NOISE_DEFAULT,
53
)
54
55
-# ruff: noqa: ANN401 PLR0913 # Functions are too deprecated to make changes.
+# Functions are too deprecated to make changes.
56
+# ruff: noqa: ANN401 PLR0913
57
58
Bsp = tcod.bsp.BSP
59
0 commit comments