Skip to content

Commit 6ea7975

Browse files
authored
Merge pull request #41 from homebysix/pre-commit
Update pre-commit config
2 parents 9045fe6 + 9a419e1 commit 6ea7975

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .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.5.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=100]
@@ -15,11 +15,11 @@ repos:
1515
- id: trailing-whitespace
1616
args: [--markdown-linebreak-ext=md]
1717
- repo: https://github.com/ambv/black
18-
rev: 22.10.0
18+
rev: 23.9.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs
22-
rev: v1.12.1
22+
rev: 1.16.0
2323
hooks:
2424
- id: blacken-docs
25-
additional_dependencies: [black==22.3.0]
25+
additional_dependencies: [black==23.9.1]

0 commit comments

Comments
 (0)