Skip to content

Commit a1c84cc

Browse files
committed
Set pre-commit update schedule
1 parent af3b376 commit a1c84cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
ci:
4+
autoupdate_schedule: quarterly
35
repos:
46
- repo: https://github.com/pre-commit/pre-commit-hooks
57
rev: v4.6.0
@@ -20,5 +22,3 @@ repos:
2022
- id: ruff
2123
args: [--fix-only, --exit-non-zero-on-fix]
2224
- id: ruff-format
23-
default_language_version:
24-
python: python3.12

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"autofunction",
4747
"autogenerated",
4848
"automodule",
49+
"autoupdate",
4950
"backlinks",
5051
"bdist",
5152
"Benesch",

0 commit comments

Comments
 (0)