Skip to content
Snippets Groups Projects

First try of type hints

Merged KERDREUX Jerome requested to merge typehints into main
85 files
+ 1728
1085
Compare changes
  • Side-by-side
  • Inline
Files
85
+ 11
0
@@ -13,3 +13,14 @@ dependencies = ["xaal.lib", "xaal.monitor"]
[tool.setuptools.packages.find]
include = ["xaal.conky"]
[tool.ruff]
line-length = 122
[tool.ruff.format]
quote-style = "preserve"
[tool.black]
line-length = 122
skip-string-normalization = true
Loading