We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c05aa commit 5a6e61eCopy full SHA for 5a6e61e
2 files changed
.pre-commit-config.yaml
@@ -0,0 +1,21 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+ - repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v5.0.0
6
+ hooks:
7
+ - id: check-added-large-files
8
+ - id: check-case-conflict
9
+ - id: check-merge-conflict
10
+ - id: check-symlinks
11
+ - id: check-yaml
12
+ - id: debug-statements
13
+ - id: end-of-file-fixer
14
+ - id: mixed-line-ending
15
+ - id: requirements-txt-fixer
16
+ - id: trailing-whitespace
17
+
18
+ - repo: https://github.com/psf/black
19
+ rev: 25.1.0
20
21
+ - id: black
pyproject.toml
@@ -19,6 +19,7 @@ dependencies = []
test = [
"black==25.1.0",
"build==1.2.2.post1",
22
+ "pre-commit==4.2.0",
23
"twine==6.1.0",
24
]
25
0 commit comments