forked from CERT-Polska/Artemis-modules-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
37 lines (37 loc) · 850 Bytes
/
.pre-commit-config.yaml
File metadata and controls
37 lines (37 loc) · 850 Bytes
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
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
- id: mypy
args: [--strict]
additional_dependencies:
- disjoint-set==0.7.3
- Jinja2==3.1.2
- pymongo-stubs==0.2.0
- typer==0.7.0
- types-beautifulsoup4==4.11.6.2
- types-cryptography==3.3.23.2
- types-pytz==2022.7.0.0
- types-tqdm==4.64.7.9
- types-redis==4.3.21.6
- types-requests==2.28.11.5
- types-tqdm==4.64.7.9
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
args: [.]