Skip to main content

Simple gitmoji cli written in python

Project description

Nonemoji

自维护的 gitmoji-cli,删减了部分 emoji

安装

poetry add nonemoji --dev

pre-commit 使用

# .pre-commit-config.yaml
default_install_hook_types: [pre-commit, prepare-commit-msg]
repos:
  - repo: https://github.com/pycqa/isort
    rev: 5.10.1
    hooks:
      - id: isort
        stages: [commit]

  - repo: https://github.com/psf/black
    rev: 22.6.0
    hooks:
      - id: black
        stages: [commit]

  - repo: https://github.com/nonebot/nonemoji
    rev: v0.1.1
    hooks:
      - id: nonemoji

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonemoji-0.1.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

nonemoji-0.1.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page