forked from mamba-org/quetz-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
33 lines (33 loc) · 964 Bytes
/
.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
repos:
- repo: https://github.com/Quantco/pre-commit-mirrors-black
rev: 22.3.0
hooks:
- id: black-conda
args:
- --safe
- --target-version=py38
- repo: https://github.com/Quantco/pre-commit-mirrors-flake8
rev: v3.9.2
hooks:
- id: flake8-conda
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
rev: 5.8.0
hooks:
- id: isort-conda
additional_dependencies: [-c, conda-forge, toml=0.10.2]
- repo: https://github.com/Quantco/pre-commit-mirrors-mypy
rev: "0.931"
hooks:
- id: mypy-conda
additional_dependencies:
[-c, conda-forge, types-setuptools, types-requests]
- repo: https://github.com/Quantco/pre-commit-mirrors-pyupgrade
rev: 2.31.0
hooks:
- id: pyupgrade-conda
args:
- --py38-plus
- repo: https://github.com/Quantco/pre-commit-mirrors-prettier
rev: "2.7.1"
hooks:
- id: prettier-conda