summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-04-16 09:07:44 +0200
committerJustin Mayer <entroP@gmail.com>2023-04-16 09:07:44 +0200
commit6ac497922fe53fc46103ad18b44cc16aac581b85 (patch)
tree522b59874bcb74c90727d69d53ec0650e95ba941
parent06c9e0fb804c5b63dca48b59720bf98f8a06df24 (diff)
downloadpelican-6ac497922fe53fc46103ad18b44cc16aac581b85.tar.gz
Update pre-commit hooks
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c0e34a00..4c0c85b0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,8 @@
+---
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
@@ -10,6 +11,7 @@ repos:
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
+ - id: forbid-new-submodules
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2