Skip to content

Commit 8ba672f

Browse files
authored
Merge pull request #383 from webdjoe/dev
chore: Fix pre-commit configuration
2 parents a7f7243 + d4376cf commit 8ba672f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
files: 'src/pyvesync/.*\.py$'
2+
ci:
3+
autoupdate_commit_msg: "chore: pre-commit autoupdate"
24
repos:
35
- repo: https://github.com/pre-commit/pre-commit-hooks
46
rev: v6.0.0
@@ -18,4 +20,4 @@ repos:
1820
- id: ruff-check
1921
args: [ --fix, --config=ruff.toml ]
2022
- id: ruff-format
21-
args: [ --config=ruff.toml ]
23+
args: [ --config=ruff.toml ]

0 commit comments

Comments
 (0)