Skip to content

Commit 1b02709

Browse files
committed
[docs] 0.1.0 version
1 parent 7e4a1bf commit 1b02709

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# flake8-kotoha
22

3-
**K**o**T**o**H**a: **K**aizen **T**ype **H**int
3+
[**K**o**T**o**H**a](https://millionlive-theaterdays.idolmaster-official.jp/idol/kotoha/): **K**aizen **T**ype **H**int
44

55
## Install
66

@@ -11,7 +11,7 @@ $ pipx install flake8
1111
$ pipx inject flake8 flake8-kotoha
1212
$ flake8 -h
1313
...
14-
Installed plugins: flake8-kotoha: 0.0.1, ...
14+
Installed plugins: flake8-kotoha: 0.1.0, ...
1515
```
1616

1717
venv + pip
@@ -21,7 +21,7 @@ $ python -m venv .venv --upgrade-deps
2121
$ .venv/bin/python -m pip install flake8-kotoha
2222
$ .venv/bin/flake8 -h
2323
...
24-
Installed plugins: flake8-kotoha: 0.0.1, ...
24+
Installed plugins: flake8-kotoha: 0.1.0, ...
2525
```
2626

2727
## Usage
@@ -33,7 +33,7 @@ def plus_one(numbers: list[int]) -> list[int]:
3333

3434
```sh
3535
$ flake8 example.py
36-
example.py:1:14: KTH000 concrete type (`list`, `dict`, `set`, `tuple`) in function parameters, use abstract type (`Iterable`, `Sequence` or `Mapping` from `collections.abc`)
36+
example.py:1:14: KTH101 Type hint with abstract type `collections.abc.Iterable` or `collections.abc.Sequence`, instead of concrete type `list`
3737
```
3838

3939
## Error codes

0 commit comments

Comments
 (0)