Commits on Source (21)
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
Newer versions of Python seem to optimize compound conditionals with constants better than 3.8, so splitting them is no longer needed. >>> if __debug__: ... if [additional conditions]: ... ...
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
Apparently the method should be callable with keyword arguments. Mypy doesn't seem to care by pyright does.
-
Dom Sekotill authored
This was added in 4.0 so we can use it now.
-
Dom Sekotill authored
.ruff.toml
0 → 100644
setup.cfg
deleted
100644 → 0
setup.py
deleted
100755 → 0