Skip to content

Commit 188cd05

Browse files
committed
Disable some items.
- I like my unions. - I think I need relative packaging the way that BN imports plugins?
1 parent 2ca2d83 commit 188cd05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ load-plugins=
3333
pylint.extensions.redefined_variable_type,
3434
pylint.extensions.comparison_placement,
3535
pylint.extensions.broad_try_clause,
36-
pylint.extensions.dict_init_mutate,
3736

3837
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
3938
# number of processors available to use.
@@ -103,6 +102,8 @@ disable=
103102
format,
104103
# We anticipate #3512 where it will become optional
105104
fixme,
105+
consider-alternative-union-syntax,
106+
relative-beyond-top-level
106107

107108

108109
[REPORTS]

0 commit comments

Comments
 (0)