Skip to content

Commit 7984c89

Browse files
authored
Merge pull request #126 from openedx/repo-tools/upgrade-python-requirements-b5bb616
chore: Upgrade Python requirements
2 parents b5bb616 + f47385d commit 7984c89

File tree

14 files changed

+163
-732
lines changed

14 files changed

+163
-732
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sphinx:
1212
build:
1313
os: ubuntu-22.04
1414
tools:
15-
python: "3.8"
15+
python: "3.12"
1616

1717
python:
1818
install:

pylintrc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# SERIOUSLY.
6565
#
6666
# ------------------------------
67-
# Generated by edx-lint version: 5.2.5
67+
# Generated by edx-lint version: 5.4.1
6868
# ------------------------------
6969
[MASTER]
7070
ignore = ,migrations, settings, wsgi.py
@@ -259,6 +259,7 @@ enable =
259259
useless-suppression,
260260
disable =
261261
bad-indentation,
262+
broad-exception-raised,
262263
consider-using-f-string,
263264
duplicate-code,
264265
file-ignored,
@@ -285,7 +286,7 @@ disable =
285286
feature-toggle-needs-doc,
286287
illegal-waffle-usage,
287288

288-
logging-fstring-interpolation,,invalid-name,useless-object-inheritance,django-not-configured,consider-using-dict-items,consider-using-with
289+
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
289290

290291
[REPORTS]
291292
output-format = text
@@ -380,6 +381,6 @@ ext-import-graph =
380381
int-import-graph =
381382

382383
[EXCEPTIONS]
383-
overgeneral-exceptions = Exception
384+
overgeneral-exceptions = builtins.Exception
384385

385-
# b74f2c15b5d64df07c4c2e83ccdb285a46f90e11
386+
# b9cecc5f9bd493dd71f905f023b38158c7003088

0 commit comments

Comments
 (0)