Skip to content

Commit

Permalink
Install flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Aug 6, 2024
1 parent be1e4b9 commit 54f5ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ test = [
"pytest>=6.0",
"pytest-cov",
]
dev = [
# Dependencies required for development (linting, type checking, etc.)
"flake8",
]

[tool.hatch.build.targets.sdist]
include = [ "src/multicsv" ]
Expand Down

0 comments on commit 54f5ba6

Please sign in to comment.