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.
1 parent af3b376 commit a1c84ccCopy full SHA for a1c84cc
.pre-commit-config.yaml
@@ -1,5 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
+ci:
4
+ autoupdate_schedule: quarterly
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
rev: v4.6.0
@@ -20,5 +22,3 @@ repos:
20
22
- id: ruff
21
23
args: [--fix-only, --exit-non-zero-on-fix]
24
- id: ruff-format
-default_language_version:
- python: python3.12
.vscode/settings.json
@@ -46,6 +46,7 @@
46
"autofunction",
47
"autogenerated",
48
"automodule",
49
+ "autoupdate",
50
"backlinks",
51
"bdist",
52
"Benesch",
0 commit comments