-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expose Python API as package imports #352
Conversation
- Python 2 compatibility character count code has been removed
- Update usage documentation
c8ad406
to
8398501
Compare
I dropped it because I thought I was being too picky ( apologies! 🫣) |
I actually would have made same comment @jsa34! 😄 Appreciate raising! Is interesting. The way I would have formatted __all__ = [
"a_variable",
"CapWords",
"UPPER_CASE",
] ruff check --select=RUF022 module.py --fix __all__ = [
"UPPER_CASE",
"CapWords",
"a_variable",
] |
Ah! Never knew - every day's a school day! Thanks for the detailed reply! |
🤔 What's changed?
count_symbols_test.py
unit test module⚡️ What's your motivation?
count_symbols_test.py
module tested Python compatibility code; which has been removed (Drop python 2 compatibility #282)🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
📋 Checklist: