Skip to content

Commit 848d085

Browse files
authored
Merge pull request #61 from homebysix/pre-commit-config
Update pre-commit config
2 parents 04225b3 + 7a36627 commit 848d085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: v3.4.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-ast
66
- id: check-byte-order-marker
@@ -17,6 +17,6 @@ repos:
1717
- id: trailing-whitespace
1818
args: [--markdown-linebreak-ext=md]
1919
- repo: https://github.com/python/black
20-
rev: 20.8b1
20+
rev: 22.10.0
2121
hooks:
2222
- id: black

0 commit comments

Comments
 (0)