Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Feb 13, 2024
1 parent 3c40db2 commit 006faad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
dev = [
"black",
"mypy", # Used for static type checking of files
"pre-commit", # Used to run checks before finalizing a git commit
"pylint", # Used for static linting of files
Expand Down

0 comments on commit 006faad

Please sign in to comment.