Skip to content

Commit

Permalink
Fix new project structure bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Sep 22, 2020
1 parent 545eaac commit c0dbeae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 66 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ repos:
args:
- --safe
- --quiet
files: ^(custom_components|script)/.+\.py$
files: ^custom_components/.+\.py$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
hooks:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.5.0
- pydocstyle==5.0.2
files: ^(custom_components)/.+\.py$
files: ^custom_components/.+\.py$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
Expand All @@ -38,7 +38,7 @@ repos:
# shell.
- id: mypy
name: mypy
entry: script/run-in-env.sh mypy
entry: bin/run-in-env mypy
language: script
types: [python]
require_serial: true
Expand Down
16 changes: 9 additions & 7 deletions custom_components/average/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"domain": "average",
"name": "Average",
"documentation": "https://github.com/Limych/ha-average",
"requirements": [],
"dependencies": [],
"codeowners": ["@Limych"]
}
"codeowners": [
"@Limych"
],
"dependencies": [],
"documentation": "https://github.com/Limych/ha-average",
"domain": "average",
"name": "Average",
"requirements": []
}
56 changes: 0 additions & 56 deletions hass-integration-manifest.schema.json

This file was deleted.

0 comments on commit c0dbeae

Please sign in to comment.