Skip to content

Commit d28bf30

Browse files
committed
fix lint
1 parent a76d715 commit d28bf30

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.lintstagedrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
`${venvBin("black")} --check ${filenames.join(" ")}`,
3535
],
3636

37-
"tests/**/*.py": (filenames) => [
37+
"**/tests/**/*.py": (filenames) => [
3838
`${venvBin("python")} -m pylint -d all -e C0410,C0413,W0109 --rcfile=.pylintrc ${filenames.join(
3939
" "
4040
)}`,

components/dash-core-components/tests/integration/store/test_data_lifecycle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import pytest
2-
31
import dash.testing.wait as wait
42

53

0 commit comments

Comments
 (0)