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 996e364 commit 24841e3Copy full SHA for 24841e3
doc-source/usage.rst
@@ -62,7 +62,7 @@ The structure of the configuration is as follows:
62
always = [ "mypackage", "mypackage.submodule",]
63
64
[tool.importcheck.only_if]
65
- "sys_platform == \"linux\"" = [ "mypackage._linux_helpers",]
+ "sys_platform == 'linux'" = [ "mypackage._linux_helpers",]
66
67
[tool.importcheck.config]
68
show = true
0 commit comments