"tests/models/test_mt5.py" did not exist on "fd158e88e82c3fa848017c62a7eccb49a5c64f78"
.pre-commit-config.yaml 513 Bytes
Newer Older
Kai Chen's avatar
Kai Chen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  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