Skip to content

Commit 61ae615

Browse files
committed
exclude references.bib from codespell
1 parent 0409c66 commit 61ae615

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
name = "ngff-spec"
33
dynamic = ["version"]
44
description = "Next-generation file format specification"
5-
requires-python = ">=3.10"
5+
requires-python = ">=3.11"
66

77
dependencies = [
88
"json-schema-for-humans",
99
"json_with_comments",
1010
"jupyter-book==2.0.0b3",
1111
"jsonschema_markdown",
1212
"mystmd==1.6.3",
13+
"tomli",
1314
]
1415

1516
[project.optional-dependencies]
@@ -26,4 +27,9 @@ packages = ["."]
2627

2728
[build-system]
2829
requires = ["hatchling>=1.8.0,<1.21.1"]
29-
build-backend = "hatchling.build"
30+
build-backend = "hatchling.build"
31+
32+
[tool.codespell]
33+
skip = 'references.bib'
34+
count = true
35+
quiet-level = 3

0 commit comments

Comments
 (0)