forked from dagster-io/dagster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pylintrc
26 lines (21 loc) · 865 Bytes
/
.pylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[MESSAGES CONTROL]
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time.
#enable=
# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).#
#
# R - refactoring related checks
# C - convention related checks
# W0511 disable TODO warning
# W1201, W1202 disable log format warning. False positives (I think)
disable=C,R,duplicate-code,W0511,W1201,W1202,no-init
# See: https://github.com/getsentry/responses/issues/74
[TYPECHECK]
ignored-classes=responses
signature-mutators=solid,composite_solid,lambda_solid
[MASTER]
ignore=snapshots