Skip to content

Commit 6dea9bc

Browse files
committed
sync dynamic files
1 parent c9048a3 commit 6dea9bc

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.devcontainer/config/pre-commit-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ repos:
9191
- --markdown-linebreak-ext=md
9292
verbose: true
9393
- repo: https://github.com/astral-sh/ruff-pre-commit
94-
rev: v0.9.9
94+
rev: v0.11.0
9595
hooks:
9696
- id: ruff
9797
stages:

.devcontainer/config/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ repos:
9191
- --markdown-linebreak-ext=md
9292
verbose: true
9393
- repo: https://github.com/astral-sh/ruff-pre-commit
94-
rev: v0.9.9
94+
rev: v0.11.0
9595
hooks:
9696
- id: ruff
9797
stages:

.devcontainer/config/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cache-dir = ".local/cache/ruff"
22
fix = true
33
line-length = 100
44
output-format = "grouped"
5-
required-version = "== 0.9.9"
5+
required-version = ">=0.11,<0.12"
66
show-fixes = true
77
src = ["pkg/src", "test/src"]
88
target-version = "py310"

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
],
135135
"version": "2.0.0"
136136
},
137-
"terminal.integrated.scrollback": 100000
137+
"terminal.integrated.scrollback": 1000000
138138
}
139139
}
140140
},

.github/.repodynamics/metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6137,7 +6137,7 @@
61376137
],
61386138
"version": "2.0.0"
61396139
},
6140-
"terminal.integrated.scrollback": 100000
6140+
"terminal.integrated.scrollback": 1000000
61416141
}
61426142
}
61436143
},
@@ -6551,7 +6551,7 @@
65516551
}
65526552
],
65536553
"repo": "https://github.com/astral-sh/ruff-pre-commit",
6554-
"rev": "v0.9.9"
6554+
"rev": "v0.11.0"
65556555
}
65566556
]
65576557
},
@@ -6770,7 +6770,7 @@
67706770
}
67716771
],
67726772
"repo": "https://github.com/astral-sh/ruff-pre-commit",
6773-
"rev": "v0.9.9"
6773+
"rev": "v0.11.0"
67746774
}
67756775
]
67766776
},
@@ -6968,7 +6968,7 @@
69686968
]
69696969
},
69706970
"output-format": "grouped",
6971-
"required-version": "== 0.9.9",
6971+
"required-version": ">=0.11,<0.12",
69726972
"show-fixes": true,
69736973
"src": [
69746974
"pkg/src",
@@ -28350,7 +28350,7 @@
2835028350
}
2835128351
],
2835228352
"repo": "https://github.com/astral-sh/ruff-pre-commit",
28353-
"rev": "v0.9.9"
28353+
"rev": "v0.11.0"
2835428354
}
2835528355
]
2835628356
}

0 commit comments

Comments
 (0)