Felix Fontein
|
31734bb13f
|
Add ruff format config.
|
2025-11-01 13:46:53 +01:00 |
|
Felix Fontein
|
3f2213791a
|
Cleanup: use f-strings instead of str.format() (#11017)
Address UP032: use f-strings instead of str.format().
|
2025-11-01 12:04:33 +01:00 |
|
Felix Fontein
|
74c2c804e5
|
Cleanup: use super() instead of super(__class__, self) (#11016)
* Address UP008: Use super() instead of super(__class__, self).
* Linting.
|
2025-10-30 20:17:26 +01:00 |
|
Felix Fontein
|
0c5466de47
|
Cleanup: remove unicode prefix, remove explicit inheritance from object (#11015)
* Address UP025: remove unicode literals from strings.
* Address UP004: class inherits from 'object'.
|
2025-10-30 20:17:10 +01:00 |
|
Felix Fontein
|
f61847b116
|
Configure 'ruff check' in CI (#10998)
Configure ruff check in CI.
|
2025-10-29 17:14:43 +00:00 |
|