Skip to content

Commit 4c9ede3

Browse files
authored
Merge branch 'unixorn:main' into main
2 parents 99a9df4 + c9a84dd commit 4c9ede3

File tree

4 files changed

+34
-27
lines changed

4 files changed

+34
-27
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,32 @@
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

55
- [Description](#description)
6+
- [Credit](#credit)
67
- [License Acceptance](#license-acceptance)
78
- [Type of changes](#type-of-changes)
89
- [Checklist](#checklist)
910

1011
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1112

12-
<!--- Provide a general summary of your changes in the Title above -->
13+
<!-- Provide a general summary of your changes in the Title above -->
1314

1415
# Description
1516

16-
<!--- Describe your changes in detail -->
17+
<!-- Describe your changes in detail -->
18+
19+
# Credit
20+
<!-- Releases are announced on Mastodon. In order for me to credit people properly, -->
21+
<!-- if you have a mastodon account, please put it here to have it mentioned in the -->
22+
<!-- release announcement. If there's another way you want to be credited, please -->
23+
<!-- add details here. -->
1724

1825
# License Acceptance
1926

2027
- [ ] This repository is Apache version 2.0 licensed and by making this PR, I am contributing my changes to the repository under the terms of the Apache 2 license.
2128

2229
# Type of changes
2330

24-
<!--- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: [x] -->
31+
<!-- What types of changes does your submission introduce? Put an `x` in all the boxes that apply: [x] -->
2532

2633
- [ ] Add/update a helper script
2734
- [ ] Add/update link to an external resource like a blog post or video
@@ -33,8 +40,8 @@
3340

3441
# Checklist
3542

36-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. [x] -->
37-
<!--- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
43+
<!-- Go over all the following points, and put an `x` in all the boxes that apply. [x] -->
44+
<!-- If you're unsure about any of these, don't hesitate to ask. I'm happy to help! -->
3845

3946
- [ ] I have read the [CONTRIBUTING](https://github.com/unixorn/ha-mqtt-discovery/blob/main/Contributing.md) document.
4047
- [ ] All new and existing tests pass.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
# Ruff version.
28-
rev: v0.12.3
28+
rev: v0.12.7
2929
hooks:
3030
# Run the linter.
3131
- id: ruff

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages = [{include = "ha_mqtt_discoverable"}]
2020
[tool.poetry.group.dev.dependencies]
2121
pytest = "^8.4.1"
2222
pre-commit = "^4.2.0"
23-
ruff = "^0.12.3"
23+
ruff = "^0.12.7"
2424

2525

2626
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)