mirror of
https://github.com/createfuture-cloud/feedsummarizer.git
synced 2025-12-13 11:22:23 +00:00
Add linting with Black
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "feedsummarizer"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=25.1.0",
|
||||
]
|
||||
Reference in New Issue
Block a user