mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-13 21:50:27 +00:00
11 lines
161 B
INI
11 lines
161 B
INI
[run]
|
|
branch = False
|
|
omit =
|
|
tests/*
|
|
setup.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
raise NotImplementedError()
|
|
if typing.TYPE_CHECKING:
|