Skip to content

Commit

Permalink
update flake8 args
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Nov 25, 2023
1 parent 5d83920 commit a2c6090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Lint with flake8
uses: py-actions/flake8@v2
with:
ignore: "F4,W503,B023"
max-line-length: "159"
args: "--extend-ignore=F401,F403,B023"
max-line-length: "149"
plugins: "flake8-bugbear"
- name: Install SAGA
run: |
Expand Down
2 changes: 1 addition & 1 deletion test_database.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import tempfile
import numpy as np
from SAGA.database import *
from SAGA.database import Database, DataObject, CsvTable, FitsTable

try:
FileNotFoundError
Expand Down

0 comments on commit a2c6090

Please sign in to comment.