Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 736c0a0

Browse files
committed
🐛 update lint file
1 parent 3222196 commit 736c0a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎flask_excel.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ description: |
2626
A flask extension that provides one application programming interface to read and write data in different excel file formats
2727
lint_command: false
2828
moban_command: false
29-
flake8_options: --ignore=E401,E402
29+
flake8_options: --ignore=F401,E402

‎lint.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip install flake8
2-
flake8 .--exclude=.moban.d,docs,setup.py --ignore=E401,E402 --builtins=unicode,xrange,long && python setup.py checkdocs
2+
flake8 --exclude=.moban.d,docs,setup.py --ignore=F041 --builtins=unicode,xrange,long. && python setup.py checkdocs

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /