You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first init
* found tox.ini updates, and searched for references of mypy.
* found tox.ini updates, and searched for references of mypy.
* implement suggustions
* fix based on feedback, rm and updates to misc_0 ci/cd.
* fix commits.
* fix commits.
* keep mypy and run pyright in standard using strict list
Signed-off-by: emdneto <[email protected]>
* pyright ignore
Signed-off-by: emdneto <[email protected]>
* enable reportPrivateUsage
Signed-off-by: emdneto <[email protected]>
* use type for ignore
Signed-off-by: emdneto <[email protected]>
* please mypy
Signed-off-by: emdneto <[email protected]>
---------
Signed-off-by: emdneto <[email protected]>
Co-authored-by: emdneto <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ You can run `tox` with the following arguments:
60
60
-`tox -e lint-some-package` to run lint checks on `some-package`
61
61
-`tox -e generate-workflows` to run creation of new CI workflows if tox environments have been updated
62
62
-`tox -e ruff` to run ruff linter and formatter checks against the entire codebase
63
+
-`tox -e typecheck` to run pyright against entire code base.
64
+
-`tox -e public-symbols-check` to run public_symbols_checker.py.
65
+
-`tox -e docker-tests-{otlpexporter,opencensus}` to run tests in both or either one location.
66
+
-`tox -e tracecontext` to run integration tests for tracecontext.
63
67
-`tox -e precommit` to run all `pre-commit` actions
64
68
65
69
`ruff check` and `ruff format` are executed when `tox -e ruff` is run. We strongly recommend you to configure [pre-commit](https://pre-commit.com/) locally to run `ruff` automatically before each commit by installing it as git hooks. You just need to [install pre-commit](https://pre-commit.com/#install) in your environment:
0 commit comments