We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27efc01 commit 4e81646Copy full SHA for 4e81646
2 files changed
.auxiliary/notes/todo.md
@@ -2,6 +2,8 @@
2
3
- Suppress PyPy 3.11 with Rust extension until Maturin supports it.
4
- Suppress Python 3.13 and 3.14 with Rust extension until Maturin supports it.
5
+- Remove Vulture from `linters` command, but leave it defined.
6
+ Have the Claude Code pre-commit hook run it separately.
7
8
## Future Enhancements
9
sources/emcdproj/__init__.py
@@ -27,7 +27,7 @@
27
# --- END: Injected by Copier ---
28
29
30
-__version__ = '1.52a0'
+__version__ = '1.53a0'
31
32
33
def main( ):
0 commit comments