File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Use the `-v` option for verbose output.
309
309
| [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ mypy] ( https://github.com/python/mypy )
310
310
| [ ` lint-python.sh ` ] ( lint/lint-python.sh ) | [ pyzmq] ( https://github.com/zeromq/pyzmq )
311
311
| [ ` lint-shell.sh ` ] ( lint/lint-shell.sh ) | [ ShellCheck] ( https://github.com/koalaman/shellcheck )
312
- | [ ` lint-spelling.sh ` ] ( lint/lint-spelling.sh ) | [ codespell] ( https://github.com/codespell-project/codespell )
312
+ | [ ` lint-spelling.py ` ] ( lint/lint-spelling.py ) | [ codespell] ( https://github.com/codespell-project/codespell )
313
313
314
314
In use versions and install instructions are available in the [ CI setup] ( ../ci/lint/04_install.sh ) .
315
315
@@ -320,7 +320,7 @@ Please be aware that on Linux distributions all dependencies are usually availab
320
320
Individual tests can be run by directly calling the test script, e.g.:
321
321
322
322
```
323
- test/lint/lint-files.sh
323
+ test/lint/lint-files.py
324
324
```
325
325
326
326
You can run all the shell-based lint tests by running:
You can’t perform that action at this time.
0 commit comments