We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432ef91 commit cbafb3bCopy full SHA for cbafb3b
.pre-commit-config.yaml
@@ -7,3 +7,8 @@ repos:
7
args: [ --fix ]
8
# Run the formatter.
9
- id: ruff-format
10
+ - repo: https://github.com/pycqa/isort
11
+ rev: 5.13.2
12
+ hooks:
13
+ - id: isort
14
+ name: isort (python)
0 commit comments