Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CJNE committed Nov 25, 2024
1 parent dcf9ce8 commit c69dfa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
layout python3
layout pyenv 3.12.2
10 changes: 2 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-yaml
Expand All @@ -20,13 +20,7 @@ repos:
language: system
types: [python]
require_serial: true
- id: reorder-python-imports
name: Reorder python imports
entry: reorder-python-imports
language: system
types: [python]
args: [--application-directories=custom_components --src=./]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v3.1.0
hooks:
- id: prettier
5 changes: 3 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pre-commit==4.0.1
black==24.10.0
flake8==7.1.1
homeassistant
pyporscheconnectapi
flake8
pytest
reorder - python - imports

0 comments on commit c69dfa2

Please sign in to comment.