File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 35
35
if : steps.changes.outputs.code == 'true'
36
36
uses : " actions/setup-python@v2"
37
37
with :
38
- python-version : " 3.6 "
38
+ python-version : " 3.8 "
39
39
40
40
- name : Install dependencies 🔧
41
41
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change @@ -159,20 +159,20 @@ filterwarnings =
159
159
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
160
160
161
161
[testenv:lint]
162
- basepython = python3.6
162
+ basepython = python3.8
163
163
changedir = {toxinidir}
164
164
ignore_errors = True
165
165
skip_install = False
166
166
deps =
167
- flake8>=3.8.2
167
+ flake8>=3.8.2,<5
168
168
flake8-2020>=1.6.0
169
169
flake8-builtins>=1.5.3
170
170
flake8-docstrings>=1.5.0
171
171
flake8-dunder-all>=0.1.1
172
172
flake8-encodings>=0.1.0
173
173
flake8-github-actions>=0.1.0
174
- flake8-noqa>=1.1.0
175
- flake8-pyi>=20.10.0
174
+ flake8-noqa>=1.1.0,<=1.2.2
175
+ flake8-pyi>=20.10.0,<=22.8.0
176
176
flake8-pytest-style>=1.3.0
177
177
flake8-quotes>=3.3.0
178
178
flake8-slots>=0.1.0
@@ -182,7 +182,8 @@ deps =
182
182
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
183
183
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
184
184
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
185
+ git+https://github.com/python-formate/flake8-missing-annotations.git
185
186
pydocstyle>=6.0.0
186
187
pygments>=2.7.1
187
188
importlib_metadata<4.5.0; python_version<'3.8'
188
- commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions tests --allow-toolbox --extend-exclude bad_code.py {posargs} {posargs}
189
+ commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions tests --allow-toolbox --extend-exclude bad_code.py {posargs}
You can’t perform that action at this time.
0 commit comments