diff --git a/README.md b/README.md index eb181fa..c52e8d3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- Setup Github Label CLI Icon + Setup Github Label CLI Icon

CLI tool to help setup Github Labels from a yaml/json config file.

- Report Bug + Report Bug · - Request Feature + Request Feature · - Ask Question + Ask Question

@@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4c9e43c..24af4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "python-template" +name = "ghlabel" version = "0.0.1" # Support Python 3.11. requires-python = "==3.11" @@ -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 = [