File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments