Skip to content

Commit

Permalink
🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
1 parent bbea101 commit f75ff61
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
46 changes: 23 additions & 23 deletions pdm.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ build-backend = "pdm.backend"
[tool.pdm]
version = { source = "file", path = "mario/_version.py" }

[tool.pdm.dev-dependencies]
dev = [
"ruff~=0.6",
"black~=23.3",
"pre-commit~=2.21",
"rich~=12.5",
"ggshield~=1.18",
]

[tool.pytest.ini_options]
testpaths = ["tests"]
markers = ["no_ci: marks tests to skip on CI"]
Expand Down Expand Up @@ -90,3 +81,12 @@ ignore = [
"E501", # line too long

]

[dependency-groups]
dev = [
"ruff~=0.8",
"black~=23.3",
"pre-commit~=2.21",
"rich~=12.5",
"ggshield~=1.18",
]

0 comments on commit f75ff61

Please sign in to comment.