Skip to content

Commit

Permalink
feat: project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
seyLu committed Oct 22, 2023
1 parent 081adac commit 60febe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">
<img height=100 src="https://github.com/seyLu/setup-issue-label-cli/blob/main/static/icons/labels.png" alt="Setup Github Label CLI Icon">
<img height=100 src="https://github.com/seyLu/ghlabel/blob/main/static/icons/labels.png" alt="Setup Github Label CLI Icon">
<h1Github Label CLI</h1>
<p>CLI tool to help setup Github Labels from a yaml/json config file.</p>
<p>
<a href="https://github.com/seyLu/setup-issue-label-cli/issues/new">Report Bug</a>
<a href="https://github.com/seyLu/ghlabel/issues/new">Report Bug</a>
·
<a href="https://github.com/seyLu/setup-issue-label-cli/issues/new">Request Feature</a>
<a href="https://github.com/seyLu/ghlabel/issues/new">Request Feature</a>
·
<a href="https://github.com/seyLu/setup-issue-label-cli/discussions">Ask Question</a>
<a href="https://github.com/seyLu/ghlabel/discussions">Ask Question</a>
</p>
</div>

Expand All @@ -26,7 +26,7 @@ python==3.11
#### 1. Clone the repo

```bash
git clone https://github.com/seyLu/setup-github-label-cli.git
git clone https://github.com/seyLu/ghlabel.git
```

#### 2. Install dependencies
Expand Down
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "python-template"
name = "ghlabel"
version = "0.0.1"
# Support Python 3.11.
requires-python = "==3.11"
Expand Down Expand Up @@ -29,14 +29,11 @@ unfixable = ["B"]
"path/to/file.py" = ["E402"]


[tool.isort]
# Automatically apply black to isort.
profile = "black"


[tool.mypy]
strict = "True"
implicit_reexport = "True"
check_untyped_defs = true
ignore_missing_imports = true

# Exclude type checking on files/dirs
exclude = [
Expand Down

0 comments on commit 60febe8

Please sign in to comment.