1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 21:54:16 +00:00

pytype flake8 mypy

This commit is contained in:
deadc0de6
2024-01-17 15:28:00 +01:00
parent de05935ef1
commit 3639e92317
8 changed files with 56 additions and 21 deletions

2
CONTRIBUTING.md vendored
View File

@@ -209,7 +209,7 @@ for a match with the ignore patterns.
Dotdrop is tested with the use of the [tests.sh](/tests.sh) script.
* Test for PEP8 compliance with `pylint`, `pycodestyle` and `pyflakes` (see [check-syntax.sh](/scripts/test-syntax.sh))
* Test for PEP8 compliance with linters (see [check-syntax.sh](/scripts/test-syntax.sh))
* Test the documentation and links (see [check-doc.sh](/scripts/check-doc.sh))
* Run the unittests in [tests directory](/tests) with pytest (see [check-unittest.sh](/scripts/check-unittests.sh))
* Run the blackbox bash script tests in [tests-ng directory](/tests-ng) (see [check-tests-ng.sh](/scripts/check-tests-ng.sh))