We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7f7243 + d4376cf commit 8ba672fCopy full SHA for 8ba672f
.pre-commit-config.yaml
@@ -1,4 +1,6 @@
1
files: 'src/pyvesync/.*\.py$'
2
+ci:
3
+ autoupdate_commit_msg: "chore: pre-commit autoupdate"
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v6.0.0
@@ -18,4 +20,4 @@ repos:
18
20
- id: ruff-check
19
21
args: [ --fix, --config=ruff.toml ]
22
- id: ruff-format
- args: [ --config=ruff.toml ]
23
+ args: [ --config=ruff.toml ]
0 commit comments