Skip to content

Commit

Permalink
Adds pdm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Sep 19, 2024
1 parent 9e18f01 commit ae4aa0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ dev = [
"pre-commit~=3.5",
]

[tool.pdm.scripts]
test = 'pytest --vcr-record=none'
docs = 'mkdocs serve'
lint = 'ruff check . --fix'
format = 'black -S .'

[tool.pytest.ini_options]
testpaths = ['tests']
markers = ['no_ci: marks tests to skip on CI']
Expand Down

0 comments on commit ae4aa0b

Please sign in to comment.