Andrea PIERRÉ
|
e913bc81b8
|
Improve pre-commit workflow (#2602)
* feat: add `isort` to `pre-commit`
* ci: skip `__init__.py` file for `isort`
* ci: make `isort` mandatory in lint pipeline
* docs: add a section on Git hooks
* ci: check isort diff
* fix: isort from master branch
* docs: add pre-commit badge
* ci: update black + bandit versions
* feat: add PR template
* refactor: PR template
* ci: remove bandit
* docs: add Black badge
* ci: try to remove all `|| true` statements
* ci: remove lint_python job
- Remove `lint_python` CI job
- Move `pyupgrade` job to `pre-commit` workflow
* fix: avoid messing with typing
* docs: add a note on running `pre-cpmmit` manually
* ci: apply `pre-commit` to the whole codebase
|
2022-03-31 15:50:38 -04:00 |
|
Elijah K
|
9ae4331dfd
|
Py36+ syntax in gym/wrappers: derived by running pyupgrade --py36-plus gym/wrappers/**.py and flynt gym --ll 120 (#2464)
Co-authored-by: Ilya Kamen <ilya.kamenshchikov@bosch.com>
|
2021-11-13 19:53:06 -05:00 |
|
J K Terry
|
3abd5d55af
|
remove wrapper deprication (#2273)
|
2021-07-29 17:51:02 -04:00 |
|
Justin Terry
|
e9d2c41f2b
|
redo black
|
2021-07-29 12:42:48 -04:00 |
|
Justin Terry
|
3133e99a64
|
deprecate built in wrappers for supersuit
|
2021-07-28 22:21:47 -04:00 |
|
Christian Clauss
|
bb81e141ea
|
Blacken the codebase (#2265)
|
2021-07-28 20:26:34 -04:00 |
|
Xingdong Zuo
|
fcb58232e6
|
[Wrappers]: add ClipAction (#1483)
* Create clip_action.py
* Update __init__.py
* Create test_clip_action.py
* Update clip_action.py
* Update test_clip_action.py
* Update test_clip_action.py
* Update test_clip_action.py
* Update __init__.py
* Update test_clip_action.py
|
2019-06-07 15:56:56 -07:00 |
|