Skip to content

Commit

Permalink
Add pdm commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
TyVik committed Oct 20, 2023
1 parent 4671deb commit 584b350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ pdm = "pdm.core:main"

[tool.pdm.scripts]
_.env_file = ".env"
pylint = {cmd = "pylint --rcfile pyproject.toml common maps puzzle quiz users workshop"}
ruff = {cmd = "ruff check ."}
lint = {composite = ["pylint", "ruff"]}

[tool.pdm.dev-dependencies]
lint = [
Expand Down

0 comments on commit 584b350

Please sign in to comment.