Skip to content

Commit

Permalink
FixDevDeps: No more pylint or flit
Browse files Browse the repository at this point in the history
Signed-off-by: Gabe Goodhart <[email protected]>
  • Loading branch information
gabe-l-hart committed Nov 17, 2023
1 parent 9f0029f commit 4d7de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dev-test = [
"pytest>=6",
"pytest-cov>=2.10.1",
"pytest-timeout>=2.1.0,<3",
"pylint>=2.6.0,<3",
"dill>=0.3.4,<0.4",
"snapshottest>=0.6.0,<0.7.0",
"Flask>=2.3,<3",
Expand All @@ -78,7 +77,8 @@ dev-fmt = [
]

dev-build = [
"flit==3.9.0",
"setuptools>=60",
"setuptools-scm>=8.0",
]

# NOTE: This is "all" from the user and dev perspective
Expand Down

0 comments on commit 4d7de1c

Please sign in to comment.