Skip to content

Commit

Permalink
Fix formatting in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 10, 2024
1 parent f706c5b commit 0aa19d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynamic = ["version"] # Version is read from platypus/__init__.py
"Bug Tracker" = "https://github.com/Project-Platypus/Platypus/issues"

[project.optional-dependencies]
test = ["pytest", "mock", "flake8", "Flake8-pyproject", "numpy"]
test = ["pytest", "mock", "flake8", "flake8-pyproject", "numpy"]
doc = ["sphinx"]
full = ["mpi4py", "matplotlib", "Platypus-Opt[test]", "Platypus-Opt[doc]"]

Expand All @@ -33,9 +33,9 @@ testpaths = ["platypus"]

[tool.flake8]
exclude = [
".git",
"__pycache__",
"build",
".git",
"__pycache__",
"build",
]
extend-ignore = [
"E302", # Expected 2 blank lines, found N
Expand Down

0 comments on commit 0aa19d3

Please sign in to comment.