Changing to ruff linter

This commit is contained in:
2025-09-20 22:07:33 -07:00
parent 2a69bf47c8
commit 48dd7de07e
5 changed files with 17 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ 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 +27,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 +51,6 @@ build-backend = "uv_build"
[dependency-groups]
dev = [
"flake8>=7.3.0",
# "flake8>=7.3.0",
"ruff>=0.13.1",
]