Skip to content

Commit 8645336

Browse files
committed
Copy HA Core versions
1 parent 3964fc4 commit 8645336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
repos:
66
# Run manually in CI skipping the branch checks
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.9.3
8+
rev: v0.9.1
99
hooks:
1010
- id: ruff
1111
name: "Ruff check"
@@ -31,7 +31,7 @@ repos:
3131
args: [--py311-plus]
3232
# Moved codespell configuration to setup.cfg as per 'all-files' issues not reading args
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.4.0
34+
rev: v2.3.0
3535
hooks:
3636
- id: codespell
3737
name: "Check spelling"
@@ -52,7 +52,7 @@ repos:
5252
- id: yamllint
5353
name: "YAML linting"
5454
- repo: https://github.com/cdce8p/python-typing-update
55-
rev: v0.7.0
55+
rev: v0.6.0
5656
hooks:
5757
# Run `python-typing-update` hook manually from time to time
5858
# to update python typing syntax.

0 commit comments

Comments
 (0)