Skip to content

Commit 45e7a81

Browse files
committed
exclude references.bib from codespell
1 parent a8f1014 commit 45e7a81

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -26,4 +26,9 @@ packages = ["."]
2626

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

0 commit comments

Comments
 (0)