-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing up last pieces of tox config and testing
- Loading branch information
Carl Crowder
committed
May 15, 2023
1 parent
82f64c6
commit 054b49a
Showing
10 changed files
with
29 additions
and
1,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,5 @@ nosetests.xml | |
.idea | ||
env.txt | ||
.venv | ||
|
||
poetry.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
new-db-field-with-default:29:8:33:9:Migration:pylint_django.tests.input.migrations.0002_new_column AddField with default value:UNDEFINED | ||
new-db-field-with-default:28:8:32:9:Migration:pylint_django.tests.input.migrations.0002_new_column AddField with default value:UNDEFINED |
8 changes: 4 additions & 4 deletions
8
pylint_django/tests/input/migrations/0003_without_backwards.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
missing-backwards-migration-callable:12:8:12:30:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:13:8:13:43:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:14:8:14:48:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:15:8:15:62:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:11:8:11:30:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:12:8:12:43:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:13:8:13:48:Migration:Always include backwards migration callable:UNDEFINED | ||
missing-backwards-migration-callable:14:8:14:62:Migration:Always include backwards migration callable:UNDEFINED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
pylint --rcfile=tox.ini --load-plugins=pylint_django setup.py | grep django-not-configured | ||
pylint --rcfile=tox.ini --load-plugins=pylint_django pylint_django/ | grep django-not-available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters