We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbd963 commit b033ab7Copy full SHA for b033ab7
1 file changed
.github/.pre-commit-config.yaml
@@ -0,0 +1,18 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 24.10.0
4
+ hooks:
5
+ - id: black
6
+ - repo: https://github.com/PyCQA/isort
7
+ rev: 5.12.0
8
9
+ - id: isort
10
+ - repo: https://github.com/pre-commit/mirrors-flake8
11
+ rev: 6.1.0
12
13
+ - id: flake8
14
+ - repo: https://github.com/pre-commit/pre-commit-hooks
15
+ rev: v4.4.0
16
17
+ - id: end-of-file-fixer
18
+ - id: trailing-whitespace
0 commit comments