diff options
| author | Adam Janovsky | 2021-12-19 12:17:17 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-12-19 12:17:17 +0100 |
| commit | eedf0d439c71e0e1a76350ff1e5ee6efd8ef80d6 (patch) | |
| tree | 238321a3f2337981a9a991dd8eb1edc8dde8b9f2 | |
| parent | 41037c3011266e75b4a875d59d04878b42c0f0a2 (diff) | |
| download | sec-certs-eedf0d439c71e0e1a76350ff1e5ee6efd8ef80d6.tar.gz sec-certs-eedf0d439c71e0e1a76350ff1e5ee6efd8ef80d6.tar.zst sec-certs-eedf0d439c71e0e1a76350ff1e5ee6efd8ef80d6.zip | |
add links to contributing
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 285e4a15..fc38d6f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,10 +17,10 @@ You contribution is warmly welcomed. You can help by: All commits shall pass the lint pipeline of the following tools: -- Mypy (see pyproject.toml for settings) -- Black (see pyproject.toml for settings) -- isort (see pyproject.toml for settings) -- Flake8 (see .flake8 for settings) +- Mypy (see [pyproject.toml](https://github.com/crocs-muni/sec-certs/blob/dev/pyproject.toml) for settings) +- Black (see [pyproject.toml](https://github.com/crocs-muni/sec-certs/blob/dev/pyproject.toml) for settings) +- isort (see [pyproject.toml](https://github.com/crocs-muni/sec-certs/blob/dev/pyproject.toml) for settings) +- Flake8 (see [].flake8](https://github.com/crocs-muni/sec-certs/blob/dev/.flake8) for settings) These tools can be installed via [dev_requirements.txt](https://github.com/crocs-muni/sec-certs/blob/dev/dev_requirements.txt) You can use [pre-commit](https://pre-commit.com/) tool register git hook that will evalute these checks prior to any commit and abort the commit for you. Note that the pre-commit is not meant to automatically fix the issues, just warn you. |
