We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee2d41 commit b6cbe2aCopy full SHA for b6cbe2a
CONTRIBUTING.md
@@ -67,7 +67,7 @@ timeline
67
Pre-Pull Request <br> (make pr) : Code linting
68
: Docs linting
69
: Static typing analysis
70
- : Tests (unit|functional|perf)
+ : Tests (unit|functional|perf|dependencies)
71
: Security baseline
72
: Complexity baseline
73
: +pre-commit checks
Makefile
@@ -50,7 +50,7 @@ coverage-html:
50
pre-commit:
51
pre-commit run --show-diff-on-failure
52
53
-pr: lint lint-docs mypy pre-commit test security-baseline complexity-baseline
+pr: lint lint-docs mypy pre-commit test nox security-baseline complexity-baseline
54
55
build: pr
56
poetry build
0 commit comments