Skip to content

Commit 9045fe6

Browse files
authored
Merge pull request #40 from homebysix/pre-commit
Update pre-commit config
2 parents b597249 + 1605072 commit 9045fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=100]
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616
args: [--markdown-linebreak-ext=md]
1717
- repo: https://github.com/ambv/black
18-
rev: 22.3.0
18+
rev: 22.10.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)