Skip to content

Commit f49ef28

Browse files
committed
refactor: update pre-commit configurations
1 parent 3c94175 commit f49ef28

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
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
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.0.1
4+
hooks:
5+
- id: end-of-file-fixer
6+
- id: check-docstring-first
7+
- id: check-yaml
98

10-
- repo: https://github.com/psf/black
11-
rev: 22.1.0
12-
hooks:
13-
- id: black
14-
15-
- repo: https://github.com/PyCQA/isort
16-
rev: 5.10.1
17-
hooks:
18-
- id: isort
9+
- repo: https://github.com/PyCQA/isort
10+
rev: 5.10.1
11+
hooks:
12+
- id: isort

0 commit comments

Comments
 (0)