From 97885ca08cf0755d6d87b41a7626acabaef19ad4 Mon Sep 17 00:00:00 2001 From: Daedalus Date: Sat, 20 Jan 2024 16:25:25 +0100 Subject: [PATCH] Fix code quality workflow NBQA is removed as it is the source of the error, and it seems the error comes from the package itself. --- .pre-commit-config.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0f8fd3a..979b7b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/*", - ]