File tree 4 files changed +17
-25
lines changed 4 files changed +17
-25
lines changed Original file line number Diff line number Diff line change 59
59
- spellcheck-docs
60
60
- linkcheck-docs
61
61
- doctest-docs
62
- experimental :
63
- - false
64
- include :
65
- - experimental : true
66
- os : Ubuntu
67
- python-version : 3.9
68
- toxenv : pre-commit-failing
69
-
70
- continue-on-error : ${{ matrix.experimental }}
71
62
72
63
env :
73
64
PY_COLORS : 1
@@ -130,7 +121,6 @@ jobs:
130
121
- name : Initialize pre-commit envs if needed
131
122
run : |
132
123
test -d .tox/pre-commit && .tox/pre-commit/bin/python -m pre_commit install-hooks || :
133
- test -d .tox/pre-commit-failing && .tox/pre-commit-failing/bin/python -m pre_commit install-hooks || :
134
124
- name : Run linters
135
125
run : >-
136
126
python -m
@@ -219,7 +209,6 @@ jobs:
219
209
'tox.ini',
220
210
'pyproject.toml',
221
211
'.pre-commit-config.yaml',
222
- '.pre-commit-config.yaml.failing',
223
212
'pytest.ini'
224
213
)
225
214
}}",
Original file line number Diff line number Diff line change @@ -74,3 +74,20 @@ repos:
74
74
rev : v1.1.0
75
75
hooks :
76
76
- id : forbid-html-img-without-alt-text
77
+
78
+ - repo : https://github.com/PyCQA/pylint.git
79
+ rev : v2.11.1
80
+ hooks :
81
+ - id : pylint
82
+ additional_dependencies :
83
+ - jaraco.context
84
+ - jaraco.functools
85
+ - jaraco.text
86
+ - more_itertools
87
+ - portend
88
+ - pylint-pytest < 1.1.0
89
+ - pypytools
90
+ - requests_toolbelt
91
+ - requests_unixsocket
92
+ - six
93
+ - Sphinx
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -163,12 +163,6 @@ deps =
163
163
commands_pre =
164
164
commands = pre-commit run --all-files --show-diff-on-failure {posargs}
165
165
166
- [testenv:pre-commit-failing]
167
- deps =
168
- {[testenv:pre-commit]deps}
169
- commands_pre =
170
- commands = pre-commit run --config .pre-commit-config.yaml.failing --all-files --show-diff-on-failure {posargs:}
171
-
172
166
[testenv:setup-check]
173
167
deps =
174
168
setuptools-scm
You can’t perform that action at this time.
0 commit comments