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