Skip to content

Commit e091a12

Browse files
committed
deindent yaml
1 parent fd53d87 commit e091a12

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

.pre-commit-config.yaml

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.3.0
4-
hooks:
5-
- id: trailing-whitespace
6-
- id: end-of-file-fixer
7-
- id: check-docstring-first
8-
- id: check-yaml
9-
- id: debug-statements
10-
- id: check-ast
11-
- repo: https://github.com/ambv/black
12-
rev: 20.8b1
13-
hooks:
14-
- id: black
15-
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.7.3
17-
hooks:
18-
- id: pyupgrade
19-
args: ['--py36-plus']
20-
- repo: https://github.com/timothycrosley/isort
21-
rev: 5.6.4
22-
hooks:
23-
- id: isort
24-
- repo: https://gitlab.com/pycqa/flake8
25-
rev: 3.8.4
26-
hooks:
27-
- id: flake8
28-
args: ['--config=tox.ini']
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v3.3.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-docstring-first
8+
- id: check-yaml
9+
- id: debug-statements
10+
- id: check-ast
11+
- repo: https://github.com/ambv/black
12+
rev: 20.8b1
13+
hooks:
14+
- id: black
15+
- repo: https://github.com/asottile/pyupgrade
16+
rev: v2.7.3
17+
hooks:
18+
- id: pyupgrade
19+
args: ['--py36-plus']
20+
- repo: https://github.com/timothycrosley/isort
21+
rev: 5.6.4
22+
hooks:
23+
- id: isort
24+
- repo: https://gitlab.com/pycqa/flake8
25+
rev: 3.8.4
26+
hooks:
27+
- id: flake8

0 commit comments

Comments
 (0)