Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Jul 13, 2023
1 parent b368475 commit 5fdde6f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
# exclude: '\.json$'
- id: trailing-whitespace
args: ['--markdown-linebreak-ext=md']
- id: check-json
- id: pretty-format-json
args: ['--autofix', '--no-sort-keys']
- id: check-toml
# - id: check-yaml
- id: debug-statements

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
hooks:
- id: pyupgrade
args: ['--py310-plus']

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black']

- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
homeassistant-historical-sensor = "==2.0.0b0"

[dev-packages]
ipython = "*"
Expand Down

0 comments on commit 5fdde6f

Please sign in to comment.