Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# SERIOUSLY.
#
# ------------------------------
# Generated by edx-lint version: 5.4.0
# Generated by edx-lint version: 6.2.0
# ------------------------------
[MASTER]
ignore = migrations
Expand Down Expand Up @@ -257,6 +257,8 @@ enable =
deprecated-pragma,
unrecognized-inline-option,
useless-suppression,

pii-invalid-no-pii-annotation,
disable =
bad-indentation,
broad-exception-raised,
Expand Down Expand Up @@ -386,4 +388,9 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = builtins.Exception

# c4105d3d0befa7f3f6a9b4aab21fed19122d44fd
[PII]
pii-terms =
email,
username

# 451e916d14ce46aa52e30e3802054db9470341ac
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ edx-django-utils==8.0.1
# via
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/base.in
# edx-organizations
Expand All @@ -93,7 +93,7 @@ edx-organizations==9.0.0
# via -r requirements/base.in
fastavro==1.12.2
# via openedx-events
idna==3.18
idna==3.19
# via requests
kombu==5.6.2
# via celery
Expand Down Expand Up @@ -131,7 +131,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.6.0
# via django
stevedore==5.9.0
stevedore==5.9.1
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.32.3
filelock==3.32.4
# via
# python-discovery
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,13 @@ edx-django-utils==8.0.1
# -r requirements/quality.txt
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/quality.txt
# edx-organizations
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/quality.txt
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -210,7 +210,7 @@ fastavro==1.12.2
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.32.3
filelock==3.32.4
# via
# -r requirements/ci.txt
# python-discovery
Expand All @@ -226,7 +226,7 @@ id==1.6.1
# via
# -r requirements/quality.txt
# twine
idna==3.18
idna==3.19
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -274,7 +274,7 @@ librt==0.15.0
# via
# -r requirements/quality.txt
# mypy
lxml[html-clean]==6.1.1
lxml[html-clean]==6.1.2
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -311,7 +311,7 @@ mypy-extensions==1.1.0
# mypy
mysqlclient==2.2.8
# via -r requirements/quality.txt
nh3==0.3.6
nh3==0.3.7
# via
# -r requirements/quality.txt
# readme-renderer
Expand Down Expand Up @@ -374,7 +374,7 @@ pycparser==3.0
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -499,7 +499,7 @@ sqlparse==0.6.0
# -r requirements/quality.txt
# django
# django-debug-toolbar
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ edx-django-utils==8.0.1
# -r requirements/test.txt
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/test.txt
# edx-organizations
Expand All @@ -185,7 +185,7 @@ grimp==3.15
# via
# -r requirements/test.txt
# import-linter
idna==3.18
idna==3.19
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -233,7 +233,7 @@ mypy-extensions==1.1.0
# mypy
mysqlclient==2.2.8
# via -r requirements/test.txt
nh3==0.3.6
nh3==0.3.7
# via readme-renderer
openedx-events==11.2.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -272,7 +272,7 @@ pycparser==3.0
# cffi
pydata-sphinx-theme==0.20.0
# via sphinx-book-theme
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -375,7 +375,7 @@ sqlparse==0.6.0
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ edx-django-utils==8.0.1
# -r requirements/test.txt
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/test.txt
# edx-organizations
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/quality.in
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -184,7 +184,7 @@ grimp==3.15
# import-linter
id==1.6.1
# via twine
idna==3.18
idna==3.19
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -250,7 +250,7 @@ mypy-extensions==1.1.0
# mypy
mysqlclient==2.2.8
# via -r requirements/test.txt
nh3==0.3.6
nh3==0.3.7
# via readme-renderer
openedx-events==11.2.0
# via
Expand Down Expand Up @@ -293,7 +293,7 @@ pycparser==3.0
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -386,7 +386,7 @@ sqlparse==0.6.0
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ edx-django-utils==8.0.1
# -r requirements/base.txt
# edx-drf-extensions
# openedx-events
edx-drf-extensions==10.6.0
edx-drf-extensions==10.7.0
# via
# -r requirements/base.txt
# edx-organizations
Expand All @@ -158,7 +158,7 @@ freezegun==1.5.5
# via -r requirements/test.in
grimp==3.15
# via import-linter
idna==3.18
idna==3.19
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -217,7 +217,7 @@ pycparser==3.0
# via
# -r requirements/base.txt
# cffi
pygments==2.20.0
pygments==2.21.0
# via
# pytest
# rich
Expand Down Expand Up @@ -274,7 +274,7 @@ sqlparse==0.6.0
# -r requirements/base.txt
# django
# django-debug-toolbar
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down