Skip to content

Commit d0eb7e1

Browse files
committed
style: Update pylintrc
Some names have changed since we last updated pylint here. These changes don't change any previous behavior but should let linting pass again.
1 parent 1862483 commit d0eb7e1

File tree

3 files changed

+6
-462
lines changed

3 files changed

+6
-462
lines changed

Diff for: pylintrc

+5-4
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)