Skip to content

Commit 4b2e43d

Browse files
author
root
committed
Upgraded to python3.x version support
1 parent 82adf5b commit 4b2e43d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
# - id: isort
5252
# args: ["--py=38", "--profile", "black", "--filter-files"] # solves conflicts between black and isort
5353

54-
# - repo: https://github.com/psf/black
55-
# rev: 22.3.0
56-
# hooks:
57-
# - id: black
54+
- repo: https://github.com/psf/black
55+
rev: 22.3.0
56+
hooks:
57+
- id: black

0 commit comments

Comments
 (0)