summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7661ca62..1f7653f9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,21 +1,20 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v4.3.0
hooks:
- id: check-merge-conflict
- - id: check-symlinks
- id: debug-statements
- id: end-of-file-fixer
- id: no-commit-to-branch
- args: [--branch, main]
- id: trailing-whitespace
+
- repo: https://github.com/psf/black
- rev: 19.3b0
+ rev: 22.6.0
hooks:
- id: black
- args: [-l, "79"]
+
- repo: https://github.com/ansible-network/collection_prep
- rev: 0.9.4
+ rev: 1.0.0
hooks:
- id: update-docs