Skip to content

Commit ea435eb

Browse files
committed
chore: Update files from edx_lint.
1 parent 25658a5 commit ea435eb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.editorconfig

Lines changed: 2 additions & 2 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.3.4
6868
# ------------------------------
6969
[*]
7070
end_of_line = lf
@@ -97,4 +97,4 @@ max_line_length = 72
9797
[*.rst]
9898
max_line_length = 79
9999

100-
# f2f02689fced7a2e0c62c2f9803184114dc2ae4b
100+
# bbcbced841ed335dd8abb7456a6b13485d701b40

pylintrc

Lines changed: 4 additions & 3 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.3.4
6868
# ------------------------------
6969
[MASTER]
7070
ignore =
@@ -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,
@@ -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-
# 0bb4a6d612f83352ced91b8f50942dfac7d30cd2
386+
# 6b646c624a39204ce807909aabd80bf4c7d28116

0 commit comments

Comments
 (0)