mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-26 22:45:15 +00:00
* Install and configure mypy * Test if github CI uses setup.cfg for mypy * force color output * tab to space * Try to fix regex * follow_imports silent * use space as indentation * fix indentation setup.cfg * Show error code * Update doc * Udate changelog * Ignore mypy cache files from commit * Update gitlab CI * Add pytype and mypy entry in Makefile * Make mypy happy Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
50 lines
424 B
Text
50 lines
424 B
Text
*.swp
|
|
*.pyc
|
|
*.pkl
|
|
*.py~
|
|
*.bak
|
|
.pytest_cache
|
|
.mypy_cache
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.coverage
|
|
.coverage.*
|
|
__pycache__/
|
|
_build/
|
|
*.npz
|
|
*.pth
|
|
.pytype/
|
|
git_rewrite_commit_history.sh
|
|
|
|
# Setuptools distribution and build folders.
|
|
/dist/
|
|
/build
|
|
keys/
|
|
|
|
# Virtualenv
|
|
/env
|
|
/venv
|
|
|
|
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
.idea
|
|
|
|
logs/
|
|
|
|
.ipynb_checkpoints
|
|
ghostdriver.log
|
|
|
|
htmlcov
|
|
|
|
junk
|
|
src
|
|
|
|
*.egg-info
|
|
.cache
|
|
*.lprof
|
|
*.prof
|
|
|
|
MUJOCO_LOG.TXT
|