.pre-commit-config.yaml 505 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
repos:
- repo: https://github.com/asottile/seed-isort-config
  rev: v1.9.3
  hooks:
      - id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
  rev: v4.3.21
  hooks:
      - id: isort
- repo: https://github.com/pre-commit/mirrors-yapf
Kai Chen's avatar
Kai Chen committed
11
  rev: v0.29.0
12
13
14
  hooks:
    - id: yapf
- repo: https://github.com/pre-commit/pre-commit-hooks
Kai Chen's avatar
Kai Chen committed
15
  rev: v2.4.0
16
17
18
19
20
21
  hooks:
    - id: flake8
    - id: trailing-whitespace
    - id: check-yaml
    - id: end-of-file-fixer
    - id: requirements-txt-fixer