mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 09:00:05 +01:00
removed solo black run
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -19,17 +19,12 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: python -m pip install black flake8
|
run: python -m pip install black flake8
|
||||||
|
|
||||||
- name: Black solo
|
|
||||||
uses: psf/black@stable
|
|
||||||
with:
|
|
||||||
options: "--check --verbose --diff --color -l 99"
|
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v1
|
uses: wearerequired/lint-action@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
# Enable linters
|
# Enable linters
|
||||||
black: true
|
black: true
|
||||||
black_args: "-l 99"
|
black_args: "-l 99 --diff --color"
|
||||||
flake8: true
|
flake8: true
|
||||||
flake8_args: "--max-line-length=99 --extend-ignore=E203,E501"
|
flake8_args: "--max-line-length=99 --extend-ignore=E203,E501"
|
||||||
|
|||||||
Reference in New Issue
Block a user