Add ruff and ty as development dependencies #2
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blacklight/gaza-archive#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "davidculley/gaza-archive:topic/improve-pyproject-toml"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ruff(alternative to Pylint and many more), type checkerty(alternative to MyPy or Pyright), andpip-auditto check for security vulnerabilities as development dependencies@ -7,8 +7,29 @@ requires-python = ">=3.13"dependencies = ["beautifulsoup4>=4.14.2","fastapi[standard]>=0.122.0","jinja2>=3.1.6",I'd keep jinja here because it's used to pass template arguments to index.html
It's back.