Skip to content
Snippets Groups Projects
Commit 2cacc671 authored by Xuefeng Ding's avatar Xuefeng Ding
Browse files

update readme

parent 6bc5e41a
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,17 @@ repos:
}
```
#### mypy pre-commit
- install pre-commit
```yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
hooks:
- id: mypy
```
#### not used
- pylint, replaced by ruff-lint
......
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