Skip to content

Commit

Permalink
content: add pytype to conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
shenriotpro authored and multun committed Nov 8, 2023
1 parent 9cd6949 commit 82f1ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/guides/contribute/conventions/back.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Python code is used for some packages and integration testing.
- Code is formatted with [Black](https://github.com/psf/black).
- Imports are sorted with [Isort](https://github.com/PyCQA/isort).
- Python tests are written using [pytest](https://docs.pytest.org/).
- Typing is checked using [pytype](https://google.github.io/pytype/).

# Rust

Expand Down
1 change: 1 addition & 0 deletions content/docs/guides/contribute/conventions/back.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Le code Python est utilisé pour certains paquets et pour les tests d'intégrati
- Le code est formaté avec [Black](https://github.com/psf/black).
- Les imports sont triées avec [Isort](https://github.com/PyCQA/isort).
- Les tests sont écrits avec [pytest](https://docs.pytest.org/).
- Les types sont vérifiés avec [pytype](https://google.github.io/pytype/).

# Rust

Expand Down

0 comments on commit 82f1ff1

Please sign in to comment.