Skip to content

Commit 4cb304c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 174dc30 commit 4cb304c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

python/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ keywords = [
1717
"Optimization",
1818
]
1919
authors = [
20-
{ name = "Manuel López-Ibáñez", email = "manuel.lopez-ibanez@manchester.ac.uk" },
2120
{ name = "Fergus Rooney", email = "fergus.rooney@outlook.com" },
21+
{ name = "Manuel López-Ibáñez", email = "manuel.lopez-ibanez@manchester.ac.uk" },
2222
]
2323
requires-python = ">=3.10"
2424
classifiers = [
@@ -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)