Skip to content

Commit

Permalink
👷 update tox configuration and lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Jan 28, 2025
1 parent fbda666 commit 1fcc057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
run: |
python -m pip install --upgrade tox tox-gh-actions
- name: "Run tox targets for ${{ matrix.python-version }}"
run: python -m tox
- name: "Run pre-commit with tox"
run: python -m tox -e precommit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ packages = { find = { include = ["custom_components.*"] } }
[tool.tox]
min_version = "4.20"
requires = ["tox>=4.23.2"]
env_list = ["3.11", "3.12", "precommit"]
env_list = ["precommit"]

#[tool.tox.env_run_base]
#description = "Run test under {base_python}"
Expand Down

0 comments on commit 1fcc057

Please sign in to comment.