Skip to content

Commit 6839027

Browse files
committed
update template
1 parent 9ea5260 commit 6839027

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.cruft.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/py-template",
3-
"commit": "21d4405304a492a179e28fa77bc02df2ea51b006",
3+
"commit": "5533e6330b505e7037948207c1c6755597a82f84",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -16,7 +16,8 @@
1616
"docs": false,
1717
"short_description": "fzf-based test selector for pytest",
1818
"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"
2021
}
2122
},
2223
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.6.8"
22+
rev: "v0.8.4"
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)