Skip to content

Commit

Permalink
Merge pull request #126 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-b5bb616

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Nov 20, 2024
2 parents b5bb616 + f47385d commit 7984c89
Show file tree
Hide file tree
Showing 14 changed files with 163 additions and 732 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

python:
install:
Expand Down
9 changes: 5 additions & 4 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.2.5
# Generated by edx-lint version: 5.4.1
# ------------------------------
[MASTER]
ignore = ,migrations, settings, wsgi.py
Expand Down Expand Up @@ -259,6 +259,7 @@ enable =
useless-suppression,
disable =
bad-indentation,
broad-exception-raised,
consider-using-f-string,
duplicate-code,
file-ignored,
Expand All @@ -285,7 +286,7 @@ disable =
feature-toggle-needs-doc,
illegal-waffle-usage,

logging-fstring-interpolation,,invalid-name,useless-object-inheritance,django-not-configured,consider-using-dict-items,consider-using-with
logging-fstring-interpolation,,invalid-name,useless-object-inheritance,django-not-configured,consider-using-dict-items,consider-using-with,too-many-positional-arguments,broad-exception-caught

[REPORTS]
output-format = text
Expand Down Expand Up @@ -380,6 +381,6 @@ ext-import-graph =
int-import-graph =

[EXCEPTIONS]
overgeneral-exceptions = Exception
overgeneral-exceptions = builtins.Exception

# b74f2c15b5d64df07c4c2e83ccdb285a46f90e11
# b9cecc5f9bd493dd71f905f023b38158c7003088
Loading

0 comments on commit 7984c89

Please sign in to comment.