Skip to content

Releases: AlgorithmAlchemy/flake8-no-emoji

0.2.6

Choose a tag to compare

@AlgorithmAlchemy AlgorithmAlchemy released this 27 Sep 20:02

Full Changelog: v0.2.5...v0.2.6

0.2.5

Choose a tag to compare

@AlgorithmAlchemy AlgorithmAlchemy released this 25 Sep 20:55

Full Changelog: v0.2.3...v0.2.5

0.2.3

Choose a tag to compare

@AlgorithmAlchemy AlgorithmAlchemy released this 20 Sep 12:48

Minor update:

  • Updated README for better clarity and badges
  • Bumped version in setup.cfg
  • No code changes

v0.2.2

Choose a tag to compare

@AlgorithmAlchemy AlgorithmAlchemy released this 19 Sep 17:14

Updated README: removed extra emoji for cleaner formatting.

v0.2.1

Choose a tag to compare

@AlgorithmAlchemy AlgorithmAlchemy released this 19 Sep 15:10

🎉 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.