Skip to content

Commit b1e6d77

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@80a61fa9
1 parent a930e83 commit b1e6d77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "4863158051bf17ac253d631aac0521e8513977dd",
3+
"commit": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

ruff.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
# This file is generated from sphinx-notes/cookiecutter.
2+
# You need to consider modifying the TEMPLATE or modifying THIS FILE.
3+
4+
exclude = [
5+
"docs/conf.py",
6+
]
7+
18
[format]
29
quote-style = "single"

0 commit comments

Comments
 (0)