Skip to content

Commit

Permalink
Bump tool versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Oct 14, 2024
1 parent 1732cc4 commit 33e8236
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings
- flake8-print
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.2.0
- black==24.10.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target-version = ["py38", "py39", "py310", "py311"]
target-version = ["py39", "py310", "py311", "py312", "py313"]

[tool.isort]
profile = "black"
Expand Down
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ deps =
[testenv:mypy]
extras = provider
deps =
mypy==1.8.0
types-setuptools
mypy==1.11.2
pytest

commands = mypy scrapy_zyte_api tests

Expand All @@ -120,9 +120,10 @@ commands = pre-commit run --all-files --show-diff-on-failure

[testenv:twine-check]
deps =
twine
twine==5.1.1
build==1.2.2
commands =
python setup.py sdist
python -m build --sdist
twine check dist/*

[testenv:docs]
Expand Down

0 comments on commit 33e8236

Please sign in to comment.