Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 8f01c25

Browse files
committed
stricter python linting
1 parent 397b914 commit 8f01c25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dash_table/FormatTemplate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from enum import Enum
21
from .Format import Format, Group, Scheme, Sign, Symbol
32

43

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"private::host_dash8083": "python tests/cypress/dash/v_fe_page.py",
2121
"private::host_js": "http-server ./dash_table -c-1 --silent",
2222
"private::lint:ts": "tslint '{src,demo,tests}/**/*.{js,ts,tsx}' --exclude '**/@Types/*.*'",
23-
"private::lint:py": "flake8 --exclude=DataTable.py,__init__.py,_imports_.py --ignore=E501,F401,F841,F811,F821 dash_table",
23+
"private::lint:py": "flake8 --exclude=DataTable.py,__init__.py,_imports_.py dash_table",
2424
"private::wait_dash8081": "wait-on http://localhost:8081",
2525
"private::wait_dash8082": "wait-on http://localhost:8082",
2626
"private::wait_dash8083": "wait-on http://localhost:8083",

0 commit comments

Comments
 (0)