Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
update poetry and add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mer1 committed Oct 21, 2022
1 parent be81459 commit 5ae16ca
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 2 deletions.
64 changes: 63 additions & 1 deletion poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ rich = "12.6.*"
splunk-appinspect = "2.27.*"
splunk-sdk = "1.7.*"

[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
black = {version = "*", allow-prereleases = true}
ipykernel = "6.16.*"
pylint = "2.15.*"
tox = "3.26.*"
pre-commit = "^2.20.0"

[tool.black]
include = "\\.pyi?$"
Expand Down

0 comments on commit 5ae16ca

Please sign in to comment.