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
-**FAST_FAIL**: flag indicating whether to stop linting upon encountering a lint error.
406
+
407
+
This command is useful when wanting to glob for Python benchmark files (e.g., lint all Python benchmark files for a particular package).
408
+
409
+
#### lint-python-files
410
+
411
+
Lints a specified list of Python files.
412
+
413
+
<!-- run-disable -->
414
+
415
+
```bash
416
+
$ make lint-python-files FILES='/foo/file.py /bar/file.py'
417
+
```
418
+
419
+
The command supports the following environment variables:
420
+
421
+
-**FILES**: list of Python files.
422
+
-**FAST_FAIL**: flag indicating whether to stop linting upon encountering a lint error.
423
+
424
+
This command is useful when wanting to lint a list of Python files generated by some other command (e.g., a list of changed Python files obtained via `git diff`).
0 commit comments