Skip to content
Snippets Groups Projects
Commit 41ddbd67 authored by Moul's avatar Moul
Browse files

[doc] #403: CONTRIBUTING: Add pyupgrade

parent 513aa920
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,8 @@ Please read their documentations on how to use them the best possible.
## Pre-commit
We are using [`pre-commit`](https://pre-commit.com/) tool to perform checks on staged changes before committing.
We are using it for `black` formatting, `isort` imports sorting, and `gitlab-ci` linting. We will use it for `pylint` code linting, `mypy` typing in the future.
We are using it for `black` formatting, `isort` imports sorting, `pyupgrade`, and `gitlab-ci` linting.
We will use it for `pylint` code linting, `mypy` typing in the future.
Install `pre-commit` from your distribution. In case it is an outdated version, install it from `pip`:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment