patching script interpreter paths in /nix/store/xkgn7w1cn4ij5cbvrc5kx1b7vqpyxapl-render-options/bin/render-options 1 file already formatted EXE002 The file is executable but no shebang is present --> /nix/store/xkgn7w1cn4ij5cbvrc5kx1b7vqpyxapl-render-options/bin/render-options:1:1 RUF100 [*] Unused `noqa` directive (non-enabled: `SIM112`) --> /nix/store/xkgn7w1cn4ij5cbvrc5kx1b7vqpyxapl-render-options/bin/render-options:52:30 | 50 | CLAN_MODULES_VIA_SERVICE = os.environ.get("CLAN_MODULES_VIA_SERVICE") 51 | 52 | OUT = os.environ.get("out") # noqa: SIM112 | ^^^^^^^^^^^^^^ help: Remove unused `noqa` directive | 51 | - OUT = os.environ.get("out") # noqa: SIM112 52 + OUT = os.environ.get("out") 53 | | Found 2 errors. [*] 1 fixable with the `--fix` option.