Skip to content

Commit 1e597a0

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
# hooks:
4646
# - id: mypy
4747

48-
# - repo: https://github.com/PyCQA/isort
49-
# rev: 5.10.1
50-
# hooks:
51-
# - id: isort
52-
# args: ["--py=38", "--profile", "black", "--filter-files"] # solves conflicts between black and isort
53-
5448
- repo: https://github.com/psf/black
5549
rev: 22.3.0
5650
hooks:
5751
- id: black
52+
53+
- repo: https://github.com/PyCQA/isort
54+
rev: 5.10.1
55+
hooks:
56+
- id: isort
57+
args: ["--py=38", "--profile", "black", "--filter-files"] # solves conflicts between black and isort

0 commit comments

Comments
 (0)