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 0b2d6bd commit 25b986aCopy full SHA for 25b986a
.isort.cfg
@@ -14,6 +14,7 @@ default_section = THIRDPARTY
14
;no_lines_before=LOCALFOLDER
15
known_third_party =
16
apeye
17
+ appdirs
18
attrs
19
bump2version
20
click
tests/test_config_vars.py
@@ -517,8 +517,8 @@ def test_success(self):
517
518
# check that the message matches
519
assert record[0].message.args == ( # type: ignore
520
- "The 'py_modules' configuration value is deprecated. Please make your module into a package instead.",
521
- )
+ "The 'py_modules' configuration value is deprecated. Please make your module into a package instead.",
+ )
522
523
524
class Test_console_scripts(ListTest):
0 commit comments