1 parent c4fc80b commit 2cf5ddeCopy full SHA for 2cf5dde
1 file changed
tests/test_lint.py
@@ -185,7 +185,7 @@ def _fast_check():
185
186
187
def test_lint_cmd(mock_no_dmypy, monkeypatch):
188
- assert run_and_echo("fast lint") == 0
+ assert run_and_echo("fast lint --skip-mypy") == 0
189
assert run_and_echo("fast lint --unsafe --skip-mypy") == 0
190
run = "pdm run "
191
lint_cmd = f"{run}python fast_dev_cli/cli.py lint"
0 commit comments