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 fbf781d commit abb7915
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
exclude: test_mypy\.py$ # https://github.com/davidfritzsche/pytest-mypy-testing/issues/29
language_version: python3
repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.10.0
- hooks:
- id: isort
language_version: python3
Expand All @@ -19,10 +19,10 @@ repos:
- flake8-debugger
- flake8-string-format
repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
- 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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ commands =

[testenv:mypy]
deps =
mypy==1.9.0
mypy==1.11.2

commands = mypy zyte_common_items tests

[testenv:twinecheck]
deps =
twine==5.1.1
build==1.2.1
build==1.2.2
commands =
python -m build --sdist
twine check dist/*
Expand Down

0 comments on commit abb7915

Please sign in to comment.