Skip to content

Commit

Permalink
Merge pull request #66 from GPTStonks/daedalus/fix-code-quality
Browse files Browse the repository at this point in the history
Fix code quality workflow
  • Loading branch information
Dedalo314 authored Jan 23, 2024
2 parents 63fddaa + 97885ca commit 6a5945f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,3 @@ repos:
rev: 0.6.1
hooks:
- id: nbstripout

# jupyter notebook linting
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.3
hooks:
- id: nbqa-black
args: ["--line-length=99"]
- id: nbqa-isort
args: ["--profile=black"]
- id: nbqa-flake8
args:
[
"--extend-ignore=E203,E402,E501,F401,F841",
"--exclude=logs/*,data/*",
]

0 comments on commit 6a5945f

Please sign in to comment.