mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-13 04:23:38 +00:00
add pre-commit config + update readme script
This commit is contained in:
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: update-readme
|
||||
name: update-readme
|
||||
entry: python tools/update_readme_help.py
|
||||
language: python
|
||||
pass_filenames: false
|
||||
Reference in New Issue
Block a user