Skip to content

Commit 2fa7926

Browse files
build(pyproject): add isort to .pre-commit-config.yaml
1 parent e7290dc commit 2fa7926

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ repos:
1919
rev: 25.1.0
2020
hooks:
2121
- id: black
22+
23+
- repo: https://github.com/PyCQA/isort
24+
rev: 6.0.1
25+
hooks:
26+
- id: isort

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = []
1919
test = [
2020
"black==25.1.0",
2121
"build==1.2.2.post1",
22+
"isort==6.0.1",
2223
"pre-commit==4.2.0",
2324
"twine==6.1.0",
2425
]

0 commit comments

Comments
 (0)