Skip to content

Commit

Permalink
added flake8 back into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Oct 20, 2023
1 parent d3a72bb commit 4f6e965
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ torchtyping = ">=0.1.4"

# dev dependencies.
black = { version = "22.3.0", optional = true }
flake8 = { version = "*", optional = true }
gitmopy = { version = "*", optional = true }
myst-parser = { version = "*", optional = true }
pre-commit = { version = "*", optional = true }
pytest = { version = "*", optional = true }
renku-sphinx-theme = { version = "*", optional = true }
sphinx = { version = "*", optional = true }
sphinx_rtd_theme = { version = "*", optional = true }
sphinx-autoapi = { version = "*", optional = true }
sphinx-math-dollar = { version = "*", optional = true }
sphinx_rtd_theme = { version = "*", optional = true }
tox = { version = "*", optional = true }

# scripts dependencies.
Expand All @@ -52,30 +53,32 @@ dev = [
"pre-commit",
"pytest",
"renku-sphinx-theme",
"sphinx",
"sphinx_rtd_theme",
"sphinx-autoapi",
"sphinx-math-dollar",
"sphinx_rtd_theme",
"tox"
"sphinx",
"tox",
flake8,
]

scripts = ["tqdm", "wandb", "scikit-learn", "scipy"]

all = [
"black",
"flake8",
"myst-parser",
"pre-commit",
"pytest",
"renku-sphinx-theme",
"scikit-learn",
"scipy",
"sphinx_rtd_theme",
"sphinx-autoapi",
"sphinx-math-dollar",
"sphinx",
"tox",
"black",
"myst-parser",
"tqdm",
"wandb",
"scikit-learn",
"scipy"
]

[project.urls]
Expand Down

0 comments on commit 4f6e965

Please sign in to comment.