Skip to content

Commit d1a4b79

Browse files
committed
chore: pre-commit run -a
1 parent 8a91c7e commit d1a4b79

2 files changed

Lines changed: 18 additions & 22 deletions

File tree

.github/renovate.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
"group:allNonMajor",
6-
":maintainLockFilesMonthly",
7-
"schedule:weekly",
8-
":automergeMinor"
9-
],
10-
"labels": ["dependencies"],
11-
"rangeStrategy": "bump"
12-
}
13-
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"group:allNonMajor",
6+
":maintainLockFilesMonthly",
7+
"schedule:weekly",
8+
":automergeMinor"
9+
],
10+
"labels": ["dependencies"],
11+
"rangeStrategy": "bump"
12+
}

.vscode/settings.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
2-
"cSpell.words": [
3-
"unparse",
4-
"Unparser"
5-
],
6-
"editor.formatOnSave": true,
7-
"[python]": {
8-
"editor.defaultFormatter": "charliermarsh.ruff"
9-
},
10-
"python.defaultInterpreterPath": ".venv/bin/python",
11-
"python.terminal.activateEnvInCurrentTerminal": true
2+
"cSpell.words": ["unparse", "Unparser"],
3+
"editor.formatOnSave": true,
4+
"[python]": {
5+
"editor.defaultFormatter": "charliermarsh.ruff"
6+
},
7+
"python.defaultInterpreterPath": ".venv/bin/python",
8+
"python.terminal.activateEnvInCurrentTerminal": true
129
}

0 commit comments

Comments
 (0)