Skip to content

Commit

Permalink
Manually adjust to GitHub's prettier output.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilest committed Oct 11, 2024
1 parent 2995e29 commit a2e5a00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,8 @@ repos:
- id: nbqa-isort
args: ["--profile=black"]
- id: nbqa-flake8
args: ["--extend-ignore=E203,E402,E501,F401,F841", "--exclude=logs/*,data/*"]
args:
[
"--extend-ignore=E203,E402,E501,F401,F841",
"--exclude=logs/*,data/*",
]

0 comments on commit a2e5a00

Please sign in to comment.