generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.pre-commit-config.yaml
52 lines (46 loc) · 1.15 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
<<<<<<< HEAD
rev: v4.6.0
=======
rev: v5.0.0
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))
hooks:
- id: check-yaml
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
<<<<<<< HEAD
rev: 24.4.2
=======
rev: 24.10.0
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))
hooks:
- id: black
name: black
- repo: https://github.com/pycqa/flake8
<<<<<<< HEAD
rev: 7.0.0
=======
rev: 7.1.1
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
<<<<<<< HEAD
rev: v1.10.0
=======
rev: v1.13.0
>>>>>>> 3721525 (feat: support web3.py dependencies (#16))
hooks:
- id: mypy
additional_dependencies: [types-requests, types-setuptools, pydantic]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
hooks:
- id: mdformat
additional_dependencies: [mdformat-gfm, mdformat-frontmatter]
default_language_version:
python: python3