We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git push
1 parent 6eca202 commit 7aa2f9dCopy full SHA for 7aa2f9d
1 file changed
.pre-commit-config.yaml
@@ -28,6 +28,7 @@ repos:
28
- id: isort
29
name: Sort import statements
30
args: [--settings-path, pyproject.toml]
31
+ stages: [pre-commit]
32
33
# Add Black code formatters.
34
- repo: https://github.com/ambv/black
0 commit comments