1 parent 3c94175 commit f49ef28Copy full SHA for f49ef28
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,12 @@
1
repos:
2
-- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
4
- hooks:
5
- - id: trailing-whitespace
6
- - id: end-of-file-fixer
7
- - id: check-docstring-first
8
- - id: check-yaml
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.0.1
+ hooks:
+ - id: end-of-file-fixer
+ - id: check-docstring-first
+ - id: check-yaml
9
10
-- repo: https://github.com/psf/black
11
- rev: 22.1.0
12
13
- - id: black
14
-
15
-- repo: https://github.com/PyCQA/isort
16
- rev: 5.10.1
17
18
- - id: isort
+ - repo: https://github.com/PyCQA/isort
+ rev: 5.10.1
+ - id: isort
0 commit comments