1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 14:09:37 +00:00

Update tool versions (#5908)

This commit is contained in:
Andrey Rakhmatullin 2023-04-24 11:34:34 +04:00 committed by GitHub
parent 5a37af146f
commit 8c8fb67057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
skips:
- B101
- B113 # https://github.com/PyCQA/bandit/issues/1010
- B105
- B301
- B303

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: [-r, -c, .bandit.yml]
@ -9,7 +9,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/psf/black.git
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
@ -21,4 +21,4 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.1.0
- black==23.3.0

View File

@ -58,7 +58,7 @@ commands =
basepython = python3
deps =
{[testenv:extra-deps]deps}
pylint==2.16.0
pylint==2.17.2
commands =
pylint conftest.py docs extras scrapy setup.py tests