Skip to content

Commit 25b986a

Browse files
committed
Linting.
1 parent 0b2d6bd commit 25b986a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ default_section = THIRDPARTY
1414
;no_lines_before=LOCALFOLDER
1515
known_third_party =
1616
apeye
17+
appdirs
1718
attrs
1819
bump2version
1920
click

tests/test_config_vars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ def test_success(self):
517517

518518
# check that the message matches
519519
assert record[0].message.args == ( # type: ignore
520-
"The 'py_modules' configuration value is deprecated. Please make your module into a package instead.",
521-
)
520+
"The 'py_modules' configuration value is deprecated. Please make your module into a package instead.",
521+
)
522522

523523

524524
class Test_console_scripts(ListTest):

0 commit comments

Comments
 (0)