mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
exclude .ipynb files
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
# Enable linters
|
||||
black: true
|
||||
black_args: "-l 99 --diff --color"
|
||||
black_args: "-l 99 --diff --color --extend-exclude \.ipynb"
|
||||
flake8: true
|
||||
flake8_args: "--max-line-length=99 --extend-ignore=E203,E501"
|
||||
|
||||
Reference in New Issue
Block a user