Releases: AlgorithmAlchemy/flake8-no-emoji
Releases · AlgorithmAlchemy/flake8-no-emoji
0.2.6
Full Changelog: v0.2.5...v0.2.6
0.2.5
Full Changelog: v0.2.3...v0.2.5
0.2.3
Minor update:
- Updated README for better clarity and badges
- Bumped version in setup.cfg
- No code changes
v0.2.2
Updated README: removed extra emoji for cleaner formatting.
v0.2.1
🎉 Initial release of flake8-no-emoji!
✨ Features:
- Detects all Unicode emoji in Python source code.
- Reports them with error code EMO001.
- Supports filtering by emoji categories (--ignore-emoji-types, --only-emoji-types).
- Works with Flake8 and pre-commit hooks.