Ignore temp scripts and temp folder
This commit is contained in:
parent
686fd555b0
commit
ee3813b09c
6
.gitignore
vendored
6
.gitignore
vendored
@ -151,4 +151,8 @@ wandb/
|
||||
videos/
|
||||
|
||||
# might be needed for IDE plugins that can't read ruff config
|
||||
.flake8
|
||||
.flake8
|
||||
|
||||
# temporary scripts (for ad-hoc testing), temp folder
|
||||
/temp
|
||||
/temp*.py
|
@ -104,7 +104,7 @@ warn_redundant_casts = true
|
||||
warn_unreachable = true
|
||||
warn_unused_configs = true
|
||||
warn_unused_ignores = true
|
||||
exclude = "^build/|^docs/|^tianshou/utils/(string|logging).py"
|
||||
exclude = "^build/|^docs/|^tianshou/utils/(string|logging).py|^temp*.py"
|
||||
|
||||
[tool.doc8]
|
||||
max-line-length = 1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user