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 a784433 commit 3815c71Copy full SHA for 3815c71
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+repos:
2
+ # https://black.readthedocs.io/en/stable/integrations/source_version_control.html#
3
+ - repo: https://github.com/psf/black-pre-commit-mirror
4
+ rev: 25.11.0
5
+ hooks:
6
+ - id: black
7
+ files: \.py$
8
+
9
+ # https://pycqa.github.io/isort/docs/configuration/pre-commit.html
10
+ - repo: https://github.com/PyCQA/isort
11
+ rev: 7.0.0
12
13
+ - id: isort
14
15
+ args: [--profile=black]
0 commit comments