Skip to content

Commit

Permalink
add linting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SlapDrone committed Nov 17, 2023
1 parent 2f9029d commit 3145ea5
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 1 deletion.
154 changes: 153 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ typer = "^0.9.0"
pathspec = "^0.11.2"
markdown-it-py = "^3.0.0"
pyperclip = "^1.8.2"
mypy = "^1.7.0"
black = "^23.11.0"
ruff = "^0.1.5"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down

0 comments on commit 3145ea5

Please sign in to comment.