exclude .ipynb files

This commit is contained in:
JanLJL
2023-02-15 16:59:19 +01:00
parent b20f5539bf
commit c3001e6ecb

View File

@@ -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"