Skip to content

Commit 11b6c01

Browse files
authored
⬆️ Upgrade isort and update pre-commit (#5940)
1 parent 4e29835 commit 11b6c01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
default_language_version:
4+
python: python3.10
35
repos:
46
- repo: https://github.com/pre-commit/pre-commit-hooks
57
rev: v4.3.0
@@ -25,7 +27,7 @@ repos:
2527
args:
2628
- --fix
2729
- repo: https://github.com/pycqa/isort
28-
rev: 5.10.1
30+
rev: 5.12.0
2931
hooks:
3032
- id: isort
3133
name: isort (python)

0 commit comments

Comments
 (0)