mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-09 11:25:10 +08:00
* 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
14 lines
240 B
YAML
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]
|