Skip to content

Commit d4461af

Browse files
committed
update pre-commit hooks (brings black out of beta)
1 parent 104e757 commit d4461af

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
@@ -8,7 +8,7 @@ repos:
88
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
99

1010
- repo: https://github.com/psf/black
11-
rev: 21.11b1
11+
rev: 22.1.0
1212
hooks:
1313
- id: black
1414

@@ -19,7 +19,7 @@ repos:
1919
args: [--max-line-length=125]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.0.1
22+
rev: v4.1.0
2323
hooks:
2424
- id: check-yaml
2525
- id: end-of-file-fixer

0 commit comments

Comments
 (0)