Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Nov 25, 2024
1 parent 99efe32 commit c2b4eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
args: [--settings-path=pyproject.toml] # ["--profile", "black" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.3
rev: v0.8.0
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.16.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py311-plus] # NOTE: SET TO HOME ASSISTANT VERSION
Expand Down

0 comments on commit c2b4eb3

Please sign in to comment.