Skip to content

Commit

Permalink
🔖 bump version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jul 8, 2022
1 parent f2e6e13 commit 23f31ee
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
stages: [commit]
Expand Down
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Nonemoji

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

## 安装

```bash
poetry add nonemoji --dev
```

## pre-commit 使用

```yaml
# .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
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonemoji"
version = "0.1.0"
version = "0.1.1"
description = "Simple gitmoji cli written in python"
authors = ["jigsaw <[email protected]>", "yanyongyu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 23f31ee

Please sign in to comment.