Skip to content

Commit

Permalink
Align pre-commit and tox with setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Dec 22, 2024
1 parent 30e048f commit 4fbac1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- aiohttp>3.9.0,<4.0
- python-didl-lite~=1.4.0
- defusedxml~=0.6.0
- pytest-asyncio~=0.24.0
- pytest-asyncio >= 0.24,< 0.26
- pytest-aiohttp~=1.0.5
files: ^(async_upnp_client|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
Expand All @@ -65,6 +65,6 @@ repos:
- python-didl-lite~=1.4.0
- pytest~=8.3.3
- aiohttp~=3.10.9
- pytest-asyncio~=0.24.0
- pytest-asyncio >= 0.24,< 0.26
- pytest-aiohttp~=1.0.5
files: ^(async_upnp_client|tests)/.+\.py$
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ignore_errors = True
deps =
pytest == 8.3.3
aiohttp ~= 3.10.9
pytest-asyncio ~= 0.24.0
pytest-asyncio >= 0.24,< 0.26
pytest-aiohttp ~= 1.0.5
pytest-cov ~= 5.0.0
pytest-cov >= 5.0,< 6.1
coverage ~= 7.6.1
asyncmock ~= 0.4.2

Expand All @@ -36,7 +36,7 @@ ignore_errors = True
deps =
pylint == 3.3.1
pytest ~= 8.3.3
pytest-asyncio ~= 0.24.0
pytest-asyncio >= 0.24,< 0.26
pytest-aiohttp ~= 1.0.5
commands = pylint async_upnp_client tests

Expand All @@ -55,7 +55,7 @@ deps =
python-didl-lite ~= 1.4.0
pytest ~= 8.3.3
aiohttp ~= 3.10.9
pytest-asyncio ~= 0.24.0
pytest-asyncio >= 0.24,< 0.26
pytest-aiohttp ~= 1.0.5
commands = mypy --ignore-missing-imports async_upnp_client tests

Expand Down

0 comments on commit 4fbac1d

Please sign in to comment.