Add linting with Black

This commit is contained in:
Harry Reeder
2025-06-26 10:46:14 +01:00
parent 48f4745047
commit e55a3da1bc
3 changed files with 125 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "feedsummarizer"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = []
[dependency-groups]
dev = [
"black>=25.1.0",
]