File tree 2 files changed +9
-137
lines changed
2 files changed +9
-137
lines changed Original file line number Diff line number Diff line change 75
75
hooks :
76
76
- id : mypy
77
77
additional_dependencies :
78
+ - pyfakefs
79
+ - pytest_httpserver
78
80
- pytest-subprocess
79
81
- types-mock
80
82
- types-six
94
96
95
97
96
98
- repo : https://github.com/pycqa/pylint
97
- rev : v2.17.4
99
+ rev : v3.3.1
98
100
hooks :
99
101
- id : pylint
100
102
args :
@@ -106,12 +108,16 @@ repos:
106
108
]
107
109
log_file : " .git/pre-commit-pylint.log"
108
110
additional_dependencies :
109
- - pyfakefs
111
+ - setuptools
110
112
- six
111
113
- mock
112
114
- pandas
115
+ - pyfakefs
113
116
- pytest_forked
117
+ - pytest_httpserver
114
118
- toml
119
+
120
+
115
121
- repo : local
116
122
hooks :
117
123
- id : pytype
@@ -127,7 +133,7 @@ repos:
127
133
name : Check pytest unit tests pass
128
134
types : [python]
129
135
# entry: sh -c "pytest -x -rf --new-first --show-capture=all >/dev/tty"
130
- entry : sh -c "tox -e py38-covcombine >/dev/tty"
136
+ entry : sh -c "tox >/dev/tty"
131
137
verbose : true
132
138
language : python
133
139
require_serial : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments