Skip to content

Commit

Permalink
refactor: 🎨 reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Sep 10, 2024
1 parent f092d73 commit 337aab7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "rocrate-validator"
version = "0.1.0"
description = ""
authors = ["Marco Enrico Piras <kikkomep@crs4.it>", "Luca Pireddu <luca.pireddu@crs4.it>", "Simone Leo <simleo@crs4.it>"]
authors = [
"Marco Enrico Piras <kikkomep@crs4.it>",
"Luca Pireddu <luca.pireddu@crs4.it>",
"Simone Leo <simleo@crs4.it>",
]
readme = "README.md"
packages = [{ include = "rocrate_validator", from = "." }]
include = [
Expand Down Expand Up @@ -31,8 +35,8 @@ rich-click = "^1.8.3"
colorlog = "^6.8"
requests = "^2.32.3"
requests-cache = "^1.2.1"

inquirerpy = "^0.3.4"

[tool.poetry.group.dev.dependencies]
pyproject-flake8 = "^6.1.0"
pylint = "^3.1.0"
Expand Down

0 comments on commit 337aab7

Please # to comment.