Skip to content

Commit 6e4ae59

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc30779 commit 6e4ae59

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

python/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3334
]
3435
dependencies = [
3536
"matplotlib>=3.6",
@@ -68,10 +69,10 @@ lint.per-file-ignores."examples/*" = [
6869
]
6970
lint.per-file-ignores."src/mooplot/colour.py" = [
7071
"D",
71-
] # FIXME!
72+
] # FIXME!
7273
lint.pycodestyle.max-doc-length = 80
7374
lint.pycodestyle.max-line-length = 80
7475
lint.pydocstyle.convention = "numpy"
7576

76-
[tool.pytest.ini_options]
77-
doctest_optionflags = "NUMBER"
77+
[tool.pytest]
78+
ini_options.doctest_optionflags = "NUMBER"

0 commit comments

Comments
 (0)