Make mypy ignore copied util modules string & logging
This commit is contained in:
parent
7ed6c1d71c
commit
e6716326bd
@ -104,7 +104,7 @@ warn_redundant_casts = true
|
||||
warn_unreachable = true
|
||||
warn_unused_configs = true
|
||||
warn_unused_ignores = true
|
||||
exclude = "^build/|^docs/"
|
||||
exclude = "^build/|^docs/|^tianshou/utils/(string|logging).py"
|
||||
|
||||
[tool.doc8]
|
||||
max-line-length = 1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user