Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
feat: Add Proxima-style pedantic config
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Trevatt committed May 17, 2023
1 parent ad92c35 commit ccbf1fa
Show file tree
Hide file tree
Showing 11 changed files with 618 additions and 430 deletions.
61 changes: 60 additions & 1 deletion pdm.lock

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

7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ dependencies = [
"commonregex>=1.5.4",
"srt>=3.5.2",
"stable-ts @ git+https://github.com/jianfch/stable-ts",
"rtoml>=0.9.0",
]
requires-python = ">=3.10"
license = {text = "MIT"}

[project.optional-dependencies]


[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"

[tool]
[tool.pdm]

[project.scripts]
squawk = "squawk.app.cli:main"
Loading

0 comments on commit ccbf1fa

Please sign in to comment.