Make mypy ignore copied util modules string & logging

This commit is contained in:
Dominik Jain 2023-10-09 17:35:02 +02:00
parent 7ed6c1d71c
commit e6716326bd

View File

@ -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