Format with Ruff

This commit is contained in:
Edgar P. Burkhart 2026-02-17 11:20:26 +00:00
parent 57550c3282
commit e50eba313f
4 changed files with 61 additions and 12 deletions

View file

@ -8,3 +8,8 @@ dependencies = [
"pypdf>=6.7.0",
"requests>=2.32.5",
]
[dependency-groups]
dev = [
"ruff>=0.15.1",
]