update readme

This commit is contained in:
Xintao
2021-08-30 00:02:27 +08:00
parent b659608fb3
commit 18a9c386a8
2 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ We like open-source and want to develop practical algorithms for general image r
**Note**:
1. Please check the code style and linting
1. The style configuration is specified in [setup.cfg](setup.cfg)
1. If you use VSCode, the settings are configured in [vscode/settings.json](.vscode/settings.json)
1. If you use VSCode, the settings are configured in [.vscode/settings.json](.vscode/settings.json)
1. Strongly recommend using `pre-commit hook`. It will check your code style and linting before your commit.
1. In the root path of project folder, run `pre-commit install`
1. The pre-commit configuration is listed in [.pre-commit-config.yaml](.pre-commit-config.yaml)