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

Commit 8a3be6a

Browse files
byronbyronz
authored andcommitted
🔧 filter out binary operator as black format this way
1 parent 85f1990 commit 8a3be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"publish-all": "node scripts/publish.js",
1717
"start": "webpack-serve ./webpack.serve.config.js --open",
1818
"lint": "eslint src tests",
19-
"lint:py": "flake8 --ignore=E501,F401,F841,F811 tests",
19+
"lint:py": "flake8 --ignore=E501,F401,F841,F811,W503 tests",
2020
"test": "run-s -c lint lint:py format:test test-unit test:py test:intg",
2121
"test:py": "pytest tests/test_integration.py",
2222
"test:intg": "pytest tests/integration",

0 commit comments

Comments
 (0)