mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
Merge branch 'remove_pydocstyle_workaround' into 'master'
Remove workaround for broken pydocstyle / flake8-docstrings See merge request pycqa/flake8!335
This commit is contained in:
commit
d9a4547487
1 changed files with 1 additions and 3 deletions
4
tox.ini
4
tox.ini
|
|
@ -46,9 +46,7 @@ skip_install = true
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
flake8-colors
|
flake8-colors
|
||||||
flake8-docstrings>=0.2.7
|
flake8-docstrings>=1.3.1
|
||||||
# remove when https://gitlab.com/pycqa/flake8-docstrings/issues/36 is fixed
|
|
||||||
pydocstyle<4
|
|
||||||
flake8-import-order>=0.9
|
flake8-import-order>=0.9
|
||||||
flake8-typing-imports>=1.1
|
flake8-typing-imports>=1.1
|
||||||
pep8-naming
|
pep8-naming
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue