summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1232470..0715fe6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2# See https://pre-commit.com/hooks.html for more hooks 2# See https://pre-commit.com/hooks.html for more hooks
3repos: 3repos:
4 - repo: https://github.com/pre-commit/pre-commit-hooks 4 - repo: https://github.com/pre-commit/pre-commit-hooks
5 rev: v4.3.0 5 rev: v4.5.0
6 hooks: 6 hooks:
7 - id: trailing-whitespace 7 - id: trailing-whitespace
8 - id: end-of-file-fixer 8 - id: end-of-file-fixer
@@ -10,6 +10,6 @@ repos:
10 - id: debug-statements 10 - id: debug-statements
11 - id: fix-encoding-pragma 11 - id: fix-encoding-pragma
12 - repo: https://github.com/psf/black 12 - repo: https://github.com/psf/black
13 rev: 22.10.0 13 rev: 23.11.0
14 hooks: 14 hooks:
15 - id: black 15 - id: black