We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7d037 commit bca508eCopy full SHA for bca508e
requirements/check-style.txt
@@ -1,6 +1,7 @@
1
black
2
flake8
3
-flake8-print
4
-pep8-naming
5
flake8-idom-hooks >=0.5.0
+flake8-print
+flake8-tidy-imports
6
isort >=5.7.0
7
+pep8-naming
setup.cfg
@@ -16,6 +16,8 @@ exclude =
16
**/node_modules/*
17
.eggs/*
18
.tox/*
19
+# -- flake8-tidy-imports --
20
+ban-relative-imports = parents
21
22
[tool:pytest]
23
testpaths = tests
0 commit comments