We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc30779 commit 6e4ae59Copy full SHA for 6e4ae59
1 file changed
python/pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
30
"Programming Language :: Python :: 3.11",
31
"Programming Language :: Python :: 3.12",
32
"Programming Language :: Python :: 3.13",
33
+ "Programming Language :: Python :: 3.14",
34
]
35
dependencies = [
36
"matplotlib>=3.6",
@@ -68,10 +69,10 @@ lint.per-file-ignores."examples/*" = [
68
69
70
lint.per-file-ignores."src/mooplot/colour.py" = [
71
"D",
-] # FIXME!
72
+] # FIXME!
73
lint.pycodestyle.max-doc-length = 80
74
lint.pycodestyle.max-line-length = 80
75
lint.pydocstyle.convention = "numpy"
76
-[tool.pytest.ini_options]
77
-doctest_optionflags = "NUMBER"
+[tool.pytest]
78
+ini_options.doctest_optionflags = "NUMBER"
0 commit comments