Files
kair_algorithms_draft/.pre-commit-config.yaml
Kyunghwan Kim ecb42d30d2 Add per (#8)
* Add per and modify etc

* Replace pre-commit-config.yaml and add pre-commit hook in .git

* Modify .gitignore

* Modify .gitignore

* Modify buffer and code

* Modify replay buffer and per

* Modify .gitignore
2019-02-16 17:30:12 +09:00

14 lines
240 B
YAML

repos:
- repo: local
hooks:
- id: format
name: format
language: system
entry: make format
types: [python]
- id: test
name: test
language: system
entry: make test
types: [python]