Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 71556ca

Browse files
committed
Update README
1 parent c7b3224 commit 71556ca

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ poetry add twitter-video-tools
2929
- poetry
3030
- code editor (vscode recommended)
3131

32-
### Quick Info of setups
33-
34-
- strict type checking using mypy
35-
- amazing linters & formatters (`yapf`, `pylint`, `isort`)
36-
- `unify` for forcing single-quote
37-
- unit test using `pytest`
38-
- vscode launch & formatting setups
32+
### Overview of Development Environments
33+
34+
- Local
35+
- vscode ready (launching, debugging, formatting)
36+
- strict type checking using [mypy](https://github.com/python/mypy) & [pyright](https://github.com/microsoft/pyright)
37+
- amazing linters & formatters ([`yapf`](https://github.com/google/yapf), [`pylint`](https://github.com/PyCQA/pylint), [`isort`](https://github.com/PyCQA/isort))
38+
- `unify` for forcing single-quote
39+
- unit test using [`pytest`](https://github.com/myint/unify)
40+
41+
- GitHub Actions
42+
- [All PRs are statically analyzed & checked by `yapf`, `pylint`, `pyright`, `mypy`](https://github.com/code-yeongyu/TwitterVideoTools/actions/workflows/check_code.yaml)
43+
- [All PRs are tested with `pytest`](https://github.com/code-yeongyu/TwitterVideoTools/actions/workflows/test.yaml)
44+
- [Can be released with Github Action when creating GitHub Releases](https://github.com/code-yeongyu/TwitterVideoTools/actions/workflows/release.yaml)
3945

4046
### All-in-one
4147

0 commit comments

Comments
 (0)