Skip to content

Commit bde8426

Browse files
authored
build: Bump Jinja2 (#312)
1 parent 0e69725 commit bde8426

File tree

3 files changed

+548
-437
lines changed

3 files changed

+548
-437
lines changed

.pylintrc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ load-plugins=
55
pylint.extensions.no_self_use
66

77
disable=
8-
duplicate-code, # excessive false positives
9-
fixme, # useful for indicating future updates
10-
too-many-arguments, # excessive false positives
11-
too-many-branches, # excessive false positives
12-
too-many-lines, # excessive false positives
13-
too-many-locals, # excessive false positives
14-
too-many-statements, # excessive false positives
15-
missing-module-docstring, # no added value
8+
duplicate-code, # excessive false positives
9+
fixme, # useful for indicating future updates
10+
too-many-arguments, # excessive false positives
11+
too-many-branches, # excessive false positives
12+
too-many-lines, # excessive false positives
13+
too-many-locals, # excessive false positives
14+
too-many-statements, # excessive false positives
15+
too-many-positional-arguments, # excessive false positives
16+
missing-module-docstring, # no added value
1617

1718
min-public-methods=1
1819

0 commit comments

Comments
 (0)