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 11, 2024
1 parent 69832f5 commit a63bd84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.10
hooks:
- id: bandit
args: [-r, -c, .bandit.yml]
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/psf/black.git
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ commands =
basepython = python3
deps =
{[testenv]deps}
pylint==3.1.0
pylint==3.3.1
commands =
pylint {posargs:queuelib setup.py}

[testenv:typing]
basepython = python3
deps =
mypy==1.10.0
pytest==8.2.0
mypy==1.11.2
pytest==8.3.3
commands =
mypy --strict {posargs:queuelib}

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

0 comments on commit a63bd84

Please sign in to comment.