This repository was archived by the owner on Sep 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 5
5
hooks :
6
6
- id : doc8
7
7
- repo : https://github.com/python/black
8
- rev : 20.8b1
8
+ rev : 21.6b0
9
9
hooks :
10
10
- id : black
11
11
language_version : python3
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks.git
13
- rev : v3.4.0
13
+ rev : v4.0.1
14
14
hooks :
15
15
- id : end-of-file-fixer
16
16
- id : trailing-whitespace
@@ -20,20 +20,20 @@ repos:
20
20
- id : check-merge-conflict
21
21
- id : debug-statements
22
22
- repo : https://gitlab.com/pycqa/flake8.git
23
- rev : 3.8.4
23
+ rev : 3.9.2
24
24
hooks :
25
25
- id : flake8
26
26
additional_dependencies :
27
27
- flake8-black
28
28
- repo : https://github.com/adrienverge/yamllint.git
29
- rev : v1.25.0
29
+ rev : v1.26.1
30
30
hooks :
31
31
- id : yamllint
32
32
files : \.(yaml|yml)$
33
33
types : [file, yaml]
34
34
entry : yamllint --strict
35
35
- repo : https://github.com/codespell-project/codespell.git
36
- rev : v2.0 .0
36
+ rev : v2.1 .0
37
37
hooks :
38
38
- id : codespell
39
39
name : codespell
@@ -44,3 +44,22 @@ repos:
44
44
args : []
45
45
require_serial : false
46
46
additional_dependencies : []
47
+ - repo : https://github.com/pre-commit/mirrors-mypy
48
+ rev : v0.910
49
+ hooks :
50
+ - id : mypy
51
+ # empty args needed in order to match mypy cli behavior
52
+ args : []
53
+ entry : mypy pytest_molecule/
54
+ pass_filenames : false
55
+ additional_dependencies :
56
+ - molecule
57
+ - pytest
58
+ - selinux
59
+ - types-PyYAML
60
+ - types-setuptools
61
+ - repo : https://github.com/pre-commit/mirrors-pylint
62
+ rev : v3.0.0a3
63
+ hooks :
64
+ - id : pylint
65
+ additional_dependencies : []
Original file line number Diff line number Diff line change
1
+ # 3rd party ignores, to remove once they add hints
2
+ [mypy-selinux]
3
+ ignore_missing_imports = True
You can’t perform that action at this time.
0 commit comments