Skip to content

Commit

Permalink
add flake8 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast committed Dec 27, 2024
1 parent fc3894b commit a02b2b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@
"vivarium_testing_utils",
]

lint_requirements = [
"black==22.3.0",
"isort",
"mypy",
]
lint_requirements = ["black==22.3.0", "isort", "mypy", "flake8"]

doc_requirements = [
"sphinx>=4.0,<8.0.0",
Expand Down

0 comments on commit a02b2b8

Please sign in to comment.