summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 15:54:25 +0700
committerhathach <[email protected]>2023-03-17 15:54:25 +0700
commit2faad42cb1d258155f714e5140bb27bc1ed30caf (patch)
tree456418fef89209cd3b2487ef993e3e14ef249d0d /.pre-commit-config.yaml
parent323a56e309654601d1eaeaa4114e03f750c58a36 (diff)
update ci
- remove submodules init - pre-commit: forbid new submodule, run in ci
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 865307896..ea2372f07 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,11 +4,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.0.1
+ rev: v4.4.0
hooks:
- id: check-yaml
- id: trailing-whitespace
- id: end-of-file-fixer
+ - id: forbid-submodules
- repo: local
hooks: