Skip to content

Commit d44d56d

Browse files
authored
Merge pull request #12 from scientific-python/update-black
Update black; add yaml checking
2 parents 8b93061 + ab86e21 commit d44d56d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
# pre-commit install
33

44
repos:
5+
- repo: https://github.com/pre-commit/pre-commit-hooks
6+
rev: v4.1.0
7+
hooks:
8+
- id: check-yaml
9+
- id: end-of-file-fixer
10+
- id: trailing-whitespace
511
- repo: https://github.com/psf/black
6-
rev: 21.5b1
12+
rev: 22.1.0
713
hooks:
8-
- id: black
14+
- id: black
915
- repo: https://gitlab.com/pycqa/flake8
1016
rev: 3.8.4
1117
hooks:

0 commit comments

Comments
 (0)