nfc2klipper/REUSE.toml
copilot-swe-agent[bot] 973c4c21bc Add mypy type checking infrastructure and fix all type errors
Co-authored-by: bofh69 <1444315+bofh69@users.noreply.github.com>
2025-11-06 20:30:30 +01:00

25 lines
660 B
TOML

# SPDX-FileCopyrightText: 2025 Sebastian Andersson <sebastian@bittr.nu>
#
# SPDX-License-Identifier: CC0-1.0
version = 1
SPDX-PackageName = "nfc2klipper"
SPDX-PackageSupplier = "Sebastian Andersson <sebastian@bittr.nu>"
SPDX-PackageDownloadLocation = "https://github.com/bofh69/nfc2klipper"
[[annotations]]
path = [
".github/**",
".gitignore",
"moonraker-nfc2klipper.cfg",
"mypy.ini",
"nfc2klipper.service",
"nfc2klipper_api.service",
"nfc2klipper_backend.service",
"nfc2klipper.cfg",
"pn532.py.patch",
"requirements.txt",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "$YEAR $NAME <$CONTACT>"
SPDX-License-Identifier = "CC0-1.0"