mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Remove python format
This commit is contained in:
parent
437beb0d0f
commit
23e82d2090
20
.github/workflows/format.yml
vendored
20
.github/workflows/format.yml
vendored
@ -16,22 +16,4 @@ jobs:
|
|||||||
pipx run "clang-format>=17,<18" \
|
pipx run "clang-format>=17,<18" \
|
||||||
--style=file \
|
--style=file \
|
||||||
-i
|
-i
|
||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
|
|
||||||
python-format:
|
|
||||||
name: 'Python'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Install python libraries
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
pip install black==23.* pylint==3.2.7 pytest==7.* -r tools/requirements.txt
|
|
||||||
|
|
||||||
- name: Run pylint and black
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
pylint tools --ignore=build,ncc
|
|
||||||
black --check tools --exclude=ncc
|
|
||||||
Loading…
Reference in New Issue
Block a user