blob: 26d16d69d4a00f24f348f23f469be46005addf4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.23.0
hooks:
- id: eslint
|