We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859564b commit 4c84460Copy full SHA for 4c84460
linters/mypy/plugin.yaml
@@ -20,7 +20,7 @@ lint:
20
success_codes: [0, 1]
21
stdin: false
22
- name: lint-ci-all
23
- # special command (disabled by default) to run mypy on entire python codebase when a python file changes
+ # Run mypy on entire python codebase (ci only) when a python file changes
24
# allows dependent un-changed files to be checked vs. normal run that only checks changed files
25
# to enable add command to enabled list like this:
26
#
0 commit comments