Skip to content

Commit 81c84a5

Browse files
committed
Re-running black
1 parent adfc253 commit 81c84a5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pylint_django/checkers/django_installed.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ class DjangoInstalledChecker(BaseChecker):
1313
f"F{BASE_ID}01": (
1414
"Django is not available on the PYTHONPATH",
1515
"django-not-available",
16-
"Django could not be imported by the pylint-django plugin, so most Django related "
17-
"improvements to pylint will fail.",
16+
"Django could not be imported by the pylint-django plugin, so most Django related " "improvements to pylint will fail.",
1817
),
1918
f"W{BASE_ID}99": (
2019
"Placeholder message to prevent disabling of checker",
2120
"django-not-available-placeholder",
22-
"PyLint does not recognise checkers as being enabled unless they have at least"
23-
" one message which is not fatal...",
21+
"PyLint does not recognise checkers as being enabled unless they have at least" " one message which is not fatal...",
2422
),
2523
}
2624

pylint_django/checkers/foreign_key_strings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class ForeignKeyStringsChecker(BaseChecker):
4545

4646
msgs = {
4747
f"E{BASE_ID}10": (
48-
"Django was not configured. For more information run "
49-
"pylint --load-plugins=pylint_django --help-msg=django-not-configured",
48+
"Django was not configured. For more information run " "pylint --load-plugins=pylint_django --help-msg=django-not-configured",
5049
"django-not-configured",
5150
_LONG_MESSAGE,
5251
),

0 commit comments

Comments
 (0)