Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSchleifer committed Sep 5, 2023
1 parent 859564b commit 4c84460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linters/mypy/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lint:
success_codes: [0, 1]
stdin: false
- name: lint-ci-all
# 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
# allows dependent un-changed files to be checked vs. normal run that only checks changed files
# to enable add command to enabled list like this:
#
Expand Down

0 comments on commit 4c84460

Please sign in to comment.