Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 6, 2024
1 parent 89172e8 commit cda4978
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ repos:
language: script
files: ^(custom_components/.+/const\.py|requirements\.txt)$
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.5
rev: v0.6.9
hooks:
- id: ruff
args:
- --fix
args: [ --fix ]
files: ^(custom_components|bin|tests)/.+\.py$
- id: ruff-format
files: ^(custom_components|bin|tests)/.+\.py$
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
Expand Down

0 comments on commit cda4978

Please sign in to comment.