diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9662c29..d8b2595 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: # skipping E265, fixing it will break plugin usage on older qbt instances (< v4.1.2) pycodestyle \ --ignore=E265,W503 \ - --max-line-length=100 \ + --max-line-length=1000 \ --statistics \ nova3/engines/*.py