Skip to content

Commit b6cbe2a

Browse files
Adding local check + contributing
1 parent eee2d41 commit b6cbe2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ timeline
6767
Pre-Pull Request <br> (make pr) : Code linting
6868
: Docs linting
6969
: Static typing analysis
70-
: Tests (unit|functional|perf)
70+
: Tests (unit|functional|perf|dependencies)
7171
: Security baseline
7272
: Complexity baseline
7373
: +pre-commit checks

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ coverage-html:
5050
pre-commit:
5151
pre-commit run --show-diff-on-failure
5252

53-
pr: lint lint-docs mypy pre-commit test security-baseline complexity-baseline
53+
pr: lint lint-docs mypy pre-commit test nox security-baseline complexity-baseline
5454

5555
build: pr
5656
poetry build

0 commit comments

Comments
 (0)