Skip to content

Commit a7923ed

Browse files
committed
Fix comments on Ruff noqa directives.
1 parent 1a6d9be commit a7923ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build_sdl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
import pcpp # type: ignore
1717
import requests
1818

19-
# ruff: noqa: S603, S607 # This script calls a lot of programs.
19+
# This script calls a lot of programs.
20+
# ruff: noqa: S603, S607
2021

2122
BIT_SIZE, LINKAGE = platform.architecture()
2223

tcod/libtcodpy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
NOISE_DEFAULT,
5353
)
5454

55-
# ruff: noqa: ANN401 PLR0913 # Functions are too deprecated to make changes.
55+
# Functions are too deprecated to make changes.
56+
# ruff: noqa: ANN401 PLR0913
5657

5758
Bsp = tcod.bsp.BSP
5859

0 commit comments

Comments
 (0)