Skip to content

Commit

Permalink
pylint django is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 6, 2022
1 parent b4e234e commit cd43459
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[MASTER]
ignore=migrations
disable=broad-except, fixme, missing-module-docstring, missing-class-docstring, missing-function-docstring
load-plugins=pylint_django
django-settings-module=conreq.settings
[FORMAT]
max-line-length=150
[TYPECHECK]
generated-members=REQUEST,acl_users,aq_parent,objects,_meta,id
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": [],
"python.analysis.typeCheckingMode": "basic",
"python.languageServer": "Pylance",
"python.formatting.provider": "black",
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ django-stubs[compatible-mypy]
flake8
flake8-django
pylint
pylint-django
rope
twine
types-requests
Expand Down

0 comments on commit cd43459

Please sign in to comment.