Commit Graph

2 Commits

Author SHA1 Message Date
MarcoFalke
fab085c15f contrib: Use text=True in subprocess over manual encoding handling
All touched Python scripts already assume and require UTF8, so manually
specifying encoding or decoding for functions in the subprocess module
is redundant to just using text=True, which exists since Python 3.7
2025-11-26 11:31:29 +01:00
Fabian Jahr
076cd6835f lint: Convert Python dead code linter to Python 2022-04-06 00:55:22 +02:00