kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Python: Show source of linting errors.
rodzic
4abe57d0f3
commit
527b97fb91
|
@ -17,14 +17,14 @@ jobs:
|
||||||
- name: Lint micropython/modules_py
|
- name: Lint micropython/modules_py
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python3 -m flake8 --ignore E501 micropython/modules_py
|
python3 -m flake8 --show-source --ignore E501 micropython/modules_py
|
||||||
|
|
||||||
- name: Lint micropython/examples
|
- name: Lint micropython/examples
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python3 -m flake8 --ignore E501 micropython/examples
|
python3 -m flake8 --show-source --ignore E501 micropython/examples
|
||||||
|
|
||||||
- name: Lint .py tools in C++ examples
|
- name: Lint .py tools in C++ examples
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
python3 -m flake8 --ignore E501 examples
|
python3 -m flake8 --show-source --ignore E501 examples
|
Ładowanie…
Reference in New Issue