Skip to content

Commit

Permalink
Re-add flake8 (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 23, 2024
1 parent 835ef51 commit a38cfcc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,18 @@ dependencies = [
include = ["moderngl_window", "moderngl_window.*"]

[project.optional-dependencies]
dev = ["pytest", "mypy", "coverage", "pywavefront", "trimesh", "scipy", "build"]
dev = [
"pytest",
"mypy",
"coverage",
"pywavefront",
"trimesh",
"scipy",
"build",
"flake8",
]
docs = ["Sphinx~=7.2.6 ", "sphinx-rtd-theme~=1.3.0 ", "doc8"]
imgui = ["imgui-bundle"] # 1.6.0 originally
imgui = ["imgui-bundle"] # 1.6.0 originally
pygame = ["pygame>=2.0.1"]
pygame-ce = ["pygame-ce>=2.0.1"]
tk = ["pyopengltk>=0.0.3"]
Expand Down

0 comments on commit a38cfcc

Please sign in to comment.