File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/py-template" ,
3
- "commit" : " 21d4405304a492a179e28fa77bc02df2ea51b006 " ,
3
+ "commit" : " 5533e6330b505e7037948207c1c6755597a82f84 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
16
16
"docs" : false ,
17
17
"short_description" : " fzf-based test selector for pytest" ,
18
18
"development_status" : " Development Status :: 1 - Planning" ,
19
- "_template" : " https://github.com/iterative/py-template"
19
+ "_template" : " https://github.com/iterative/py-template" ,
20
+ "_commit" : " 5533e6330b505e7037948207c1c6755597a82f84"
20
21
}
21
22
},
22
23
"directory" : null
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
19
19
- id : sort-simple-yaml
20
20
- id : trailing-whitespace
21
21
- repo : https://github.com/astral-sh/ruff-pre-commit
22
- rev : " v0.6.8 "
22
+ rev : " v0.8.4 "
23
23
hooks :
24
24
- id : ruff
25
25
args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments