mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-02-14 22:55:37 +00:00
Switching to ruff linter (#17)
* Migrating to uv build and manager * Updated Flake8 settings * Updating github workflow * Update python-package.yml Removed redundant flake8 run * Twiddle * Version number in banner * Changing to ruff linter * Tweaking workflow * Update python-package.yml * Update __init__.py * Update __init__.py * removing flake8 file * Doc notes * Twiddling with RtD --------- Co-authored-by: Jamie Hardt <jamie@squad51.us>
This commit is contained in:
@@ -4,7 +4,8 @@ version = "4.0.0"
|
||||
description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
license = { file = "LICENSE" }
|
||||
|
||||
license-files = ["LICENSE"]
|
||||
keywords = ["text-processing", "parsers", "film",
|
||||
"broadcast", "editing", "editorial"]
|
||||
classifiers = [
|
||||
@@ -27,6 +28,9 @@ dependencies = [
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
|
||||
# [tool.uv.build-backend]
|
||||
# data = { headers = "include/headers", scripts = "bin" }
|
||||
|
||||
[project.urls]
|
||||
Source = 'https://github.com/iluvcapra/ptulsconv'
|
||||
Issues = 'https://github.com/iluvcapra/ptulsconv/issues'
|
||||
@@ -48,5 +52,9 @@ build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"flake8>=7.3.0",
|
||||
"ruff>=0.13.1",
|
||||
]
|
||||
doc = [
|
||||
"sphinx>=7.4.7",
|
||||
"sphinx-rtd-theme>=3.0.2",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user