Skip to content

Commit

Permalink
Drop tox
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 11, 2025
1 parent d689d1a commit 815a02d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 828 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/tox.yaml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "HACS validation"
uses: "hacs/action@main"
Expand All @@ -22,3 +22,12 @@ jobs:

- name: "Hassfest validation"
uses: home-assistant/actions/hassfest@master
black:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install dependencies"
run: pip3 install -r requirements_test.txt
- name: "Black codestyle check"
run: black --check --diff .
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*~
__pycache__
.tox
tuyadebug/
.idea
.pre-commit-config.yaml
Loading

0 comments on commit 815a02d

Please sign in to comment.