Skip to content

Commit a3f7ec3

Browse files
committed
remove isort
1 parent 565400a commit a3f7ec3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ repos:
33
rev: 25.1.0
44
hooks:
55
- id: black
6-
language_version: python3.10
7-
- repo: https://github.com/pycqa/isort
8-
rev: 6.0.1
9-
hooks:
10-
- id: isort
11-
name: isort
6+
language_version: python3.9
127
- repo: https://github.com/pre-commit/mirrors-mypy
138
rev: v1.17.1
149
hooks:

0 commit comments

Comments
 (0)