mirror of https://github.com/scrapy/scrapy.git
Update tool versions. (#6002)
This commit is contained in:
parent
88327c7c58
commit
110d5fffb4
|
|
@ -5,11 +5,11 @@ repos:
|
|||
- id: bandit
|
||||
args: [-r, -c, .bandit.yml]
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 6.0.0
|
||||
rev: 6.1.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/psf/black.git
|
||||
rev: 23.3.0
|
||||
rev: 23.7.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pycqa/isort
|
||||
|
|
@ -17,8 +17,8 @@ repos:
|
|||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/adamchainz/blacken-docs
|
||||
rev: 1.13.0
|
||||
rev: 1.15.0
|
||||
hooks:
|
||||
- id: blacken-docs
|
||||
additional_dependencies:
|
||||
- black==23.3.0
|
||||
- black==23.7.0
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -37,10 +37,10 @@ deps =
|
|||
typing-extensions==4.7.1
|
||||
types-attrs==19.1.0
|
||||
types-lxml==2023.3.28
|
||||
types-Pillow==10.0.0.1
|
||||
types-Pygments==2.15.0.1
|
||||
types-pyOpenSSL==23.2.0.1
|
||||
types-setuptools==68.0.0.1
|
||||
types-Pillow==10.0.0.2
|
||||
types-Pygments==2.15.0.2
|
||||
types-pyOpenSSL==23.2.0.2
|
||||
types-setuptools==68.0.0.3
|
||||
commands =
|
||||
mypy {posargs: scrapy tests}
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ commands =
|
|||
basepython = python3
|
||||
deps =
|
||||
{[testenv:extra-deps]deps}
|
||||
pylint==2.17.2
|
||||
pylint==2.17.5
|
||||
commands =
|
||||
pylint conftest.py docs extras scrapy setup.py tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue