-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyLint vs isort #30
Comments
alexryabtsev
added a commit
to alexryabtsev/backend-skeleton
that referenced
this issue
Aug 27, 2020
* Update Python version to 3.8.5 - fix issue django-stars#32 * Update PostgreSQL version to 12.4 & Redis version to 6.0.6 - fix issue django-stars#35 * Adjust isort CLI parameters to work with a new version - fix issue django-stars#30 * Update CircleCI config (update pip, database password) - fix issue django-stars#29
alexryabtsev
added a commit
to alexryabtsev/backend-skeleton
that referenced
this issue
Aug 27, 2020
* Update Python version to 3.8.5 - fix issue django-stars#32 * Update PostgreSQL version to 12.4 & Redis version to 6.0.6 - fix issue django-stars#34 * Adjust isort CLI parameters to work with a new version - fix issue django-stars#30 * Update CircleCI config (update pip, database password) - fix issue django-stars#29
alexryabtsev
added a commit
to alexryabtsev/backend-skeleton
that referenced
this issue
Aug 27, 2020
* Update Python version to 3.8.5 - fix issue django-stars#32 * Update PostgreSQL version to 12.4 & Redis version to 6.0.6 - fix issue django-stars#34 * Adjust isort CLI parameters to work with a new version - fix issue django-stars#30 * Update CircleCI config (update pip, database password) - fix issue django-stars#29 * Temporary pin Django & Celery versions
alexryabtsev
added a commit
to alexryabtsev/backend-skeleton
that referenced
this issue
Aug 27, 2020
* Update Python version to 3.8.5 - fix issue django-stars#32 * Update PostgreSQL version to 12.4 & Redis version to 6.0.6 - fix issue django-stars#34 * Adjust isort CLI parameters to work with a new version - fix issue django-stars#30 * Update CircleCI config (update pip, database password) - fix issue django-stars#29 * Fix REDIS_URL default value * Temporary pin Django & Celery versions * Small fixes of pylint issues
Merged
alexryabtsev
added a commit
that referenced
this issue
Sep 23, 2020
* Update Python version to 3.8.5 - fix issue #32 * Update PostgreSQL version to 12.4 & Redis version to 6.0.6 - fix issue #34 * Adjust isort CLI parameters to work with a new version - fix issue #30 * Update CircleCI config (update pip, database password) - fix issue #29 * Fix REDIS_URL default value * Temporary pin Django & Celery versions * Small fixes of pylint issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to wait until this fix to PyLint will be merged.
As a temporary solution we can downgrade isort to older version - 4.3.21.
The text was updated successfully, but these errors were encountered: