Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit b1a5de8

Browse files
committed
chore(deps-dev): 🔧 pre-commit autoupdate
1 parent 143bcd8 commit b1a5de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-yaml
66
exclude: mkdocs.yml
@@ -20,15 +20,15 @@ repos:
2020
#- id: mypy
2121
#args: [--ignore-missing-imports]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.10.1
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
name: isort (python)
2727
- repo: https://github.com/psf/black
28-
rev: 22.10.0
28+
rev: 23.1.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/jorisroovers/gitlint
32-
rev: v0.17.0 # Fill in a tag / sha here
32+
rev: v0.19.0 # Fill in a tag / sha here
3333
hooks:
3434
- id: gitlint

0 commit comments

Comments
 (0)