Skip to content

Commit 4e7ac78

Browse files
authored
add black and isort so ruff stops complaining
1 parent 4090b53 commit 4e7ac78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
repos:
2+
- repo: https://github.com/psf/black
3+
rev: 25.1.0
4+
hooks:
5+
- id: black
6+
- repo: https://github.com/PyCQA/isort
7+
rev: 6.0.0
8+
hooks:
9+
- id: isort
10+
language_version: python3
11+
args: ["--profile", "black", "--filter-files"]
212
- repo: https://github.com/astral-sh/ruff-pre-commit
313
rev: v0.9.1
414
hooks:

0 commit comments

Comments
 (0)