1 Star 0 Fork 0

xiaotan2013/dagster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pylintrc 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Nate Kupp 提交于 2020-12-31 10:02 . Remove six.with_metaclass
[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)
# W0707 disable raise-missing-from which we cant use because py2 back compat
disable=C,R,duplicate-code,W0511,W1201,W1202,W0707,no-init
# See: https://github.com/getsentry/responses/issues/74
[TYPECHECK]
ignored-classes=responses
signature-mutators=solid,composite_solid,lambda_solid,configured
[MASTER]
ignore=snapshots
load-plugins=dagster.utils.linter
# See: https://stackoverflow.com/questions/40163106/cannot-find-col-function-in-pyspark
generated-members=pyspark.*
ignored-modules=pyspark.sql.functions
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaohan2013/dagster.git
git@gitee.com:xiaohan2013/dagster.git
xiaohan2013
dagster
dagster
master

搜索帮助