Skip to content

Commit fee3a57

Browse files
committed
Update .pre-commit-config.yaml
1 parent e8412f8 commit fee3a57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: [--maxkb=100]
77
- id: check-ast
8-
- id: check-byte-order-marker
98
- id: check-case-conflict
109
- id: check-docstring-first
1110
- id: check-merge-conflict
11+
- id: fix-byte-order-marker
1212
- id: mixed-line-ending
1313
- id: no-commit-to-branch
1414
args: [--branch, main]
1515
- id: trailing-whitespace
1616
args: [--markdown-linebreak-ext=md]
1717
- repo: https://github.com/ambv/black
18-
rev: 20.8b1
18+
rev: 22.3.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/blacken-docs
22-
rev: v1.9.2
22+
rev: v1.12.1
2323
hooks:
2424
- id: blacken-docs
25-
additional_dependencies: [black==20.8b1]
25+
additional_dependencies: [black==22.3.0]

0 commit comments

Comments
 (0)