Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Jul 19, 2024
1 parent a6a64f4 commit d5c761f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: [--settings-path=pyproject.toml] # ["--profile", "black" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.5.3
hooks:
- id: ruff
args: [ --fix ] # run linter
Expand All @@ -28,7 +28,7 @@ repos:
#### OPTIONAL: for keeping syntax more current

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py311-plus] # NOTE: SET TO HOME ASSISTANT VERSION
Expand Down
1 change: 1 addition & 0 deletions blueprints/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No blueprints have been contributed yet.

0 comments on commit d5c761f

Please sign in to comment.