Skip to content

Commit 0309c88

Browse files
Update reqs
1 parent 1d32988 commit 0309c88

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ fail_fast: true
33
repos:
44
# checks for secrets via rules (gitleaks.toml)
55
- repo: https://github.com/zricethezav/gitleaks
6-
rev: v8.15.0
6+
rev: v8.15.3
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/ambv/black
10-
rev: 22.10.0
10+
rev: 23.1.0
1111
hooks:
1212
- id: black
13-
- repo: https://gitlab.com/pycqa/flake8
14-
rev: 3.9.2
13+
- repo: https://github.com/PyCQA/flake8
14+
rev: 6.0.0
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.3.0
18+
rev: v4.4.0
1919
hooks:
2020
- id: check-yaml
2121
- id: check-added-large-files

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ export-reqs: update-deps
5252
# [git] update git submodules
5353
sub:
5454
git submodule update --init --recursive && git pull --recurse-submodules
55+
56+
# [git] update pre-commit hooks
57+
pre-commit:
58+
pre-commit autoupdate

0 commit comments

Comments
 (0)