Skip to content

Commit

Permalink
Merge pull request #4 from zytedata/bump-tools
Browse files Browse the repository at this point in the history
Bump tool versions.
  • Loading branch information
wRAR authored Oct 26, 2023
2 parents 37f9cbe + db21552 commit a6d4f20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- python-version: '3.11'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -48,7 +48,7 @@ jobs:
tox-job: ["mypy", "linters", "twine"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =

[testenv:mypy]
deps =
mypy==1.4.1
mypy==1.6.1
types-setuptools

commands = mypy zyte_spider_templates tests
Expand All @@ -28,7 +28,8 @@ commands = pre-commit run --all-files --show-diff-on-failure

[testenv:twine]
deps =
twine
twine==4.0.2
build==1.0.3
commands =
python setup.py sdist
twine check dist/*

0 comments on commit a6d4f20

Please sign in to comment.