Skip to content

Commit

Permalink
chore: Moved type checker to dev dependencies
Browse files Browse the repository at this point in the history
Not a production dependency
  • Loading branch information
carstencodes committed Jul 15, 2024
1 parent 2a0c8fa commit a3fa43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pdm.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 @@ -15,7 +15,6 @@ dependencies = [
"pyproject-metadata>=0.6.1",
"tomli-w>=1.0.0",
"pdm-pfsc>=0.10.0",
"flake8-type-checking>=2.9.1",
]
requires-python = ">=3.9"

Expand Down Expand Up @@ -75,6 +74,9 @@ checkstyle = [
"pylint>=2.14.5",
"pycodestyle>=2.7.0",
"pep8-naming>=0.13.3",
"flake8-type-checking>=2.9.1",
]
":checkstyle" = [
]

[tool.pdm.scripts]
Expand Down

0 comments on commit a3fa43e

Please sign in to comment.