File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-toml
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ pub fn default_version(package: &PythonPackage) -> String {
171
171
PythonPackage :: MkdocsMaterial => "9.6.16" . to_string ( ) ,
172
172
PythonPackage :: Mkdocstrings => "0.30.0" . to_string ( ) ,
173
173
PythonPackage :: MyPy => "1.17.1" . to_string ( ) ,
174
- PythonPackage :: PreCommit => "4.2 .0" . to_string ( ) ,
174
+ PythonPackage :: PreCommit => "4.3 .0" . to_string ( ) ,
175
175
PythonPackage :: Pytest => "8.4.1" . to_string ( ) ,
176
176
PythonPackage :: PytestAsyncio => "1.0.0" . to_string ( ) ,
177
177
PythonPackage :: PytestCov => "6.2.1" . to_string ( ) ,
@@ -183,7 +183,7 @@ pub fn default_version(package: &PythonPackage) -> String {
183
183
pub fn default_pre_commit_rev ( hook : & PreCommitHook ) -> String {
184
184
match hook {
185
185
PreCommitHook :: MyPy => "v1.17.1" . to_string ( ) ,
186
- PreCommitHook :: PreCommit => "v5 .0.0" . to_string ( ) ,
186
+ PreCommitHook :: PreCommit => "v6 .0.0" . to_string ( ) ,
187
187
PreCommitHook :: Ruff => "v0.12.8" . to_string ( ) ,
188
188
}
189
189
}
You can’t perform that action at this time.
0 commit comments