diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad678f3..b02b732 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 diff --git a/blueprints/README.md b/blueprints/README.md new file mode 100644 index 0000000..5b01445 --- /dev/null +++ b/blueprints/README.md @@ -0,0 +1 @@ +No blueprints have been contributed yet.