Skip to content

Commit 11e7f78

Browse files
author
Piotr Slupski
committed
Clean whitespace
1 parent 40cbfed commit 11e7f78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ homepage = "https://pypi.org/project/filecloudapi-python"
1414
documentation = "https://filecloudapi-python.readthedocs.io"
1515
repository = "https://github.com/codelathe/filecloudapi-python"
1616

17-
keywords = []
17+
keywords = [
18+
]
1819
classifiers = [
1920
"Development Status :: 4 - Beta",
2021
"Natural Language :: English",
2122
"Operating System :: OS Independent",
2223
"Programming Language :: Python",
2324
"Programming Language :: Python :: 3",
2425
"Programming Language :: Python :: 3.11",
25-
"License :: OSI Approved :: Apache Software License",
26+
"License :: OSI Approved :: Apache Software License"
2627
]
2728

2829
[tool.poetry.dependencies]
@@ -36,15 +37,15 @@ requests = "*"
3637

3738
# Formatters
3839
black = "^22.1"
39-
tomli = "*" # missing 'black' dependency
40+
tomli = "*" # missing 'black' dependency
4041
isort = "^5.10"
4142

4243
# Linters
4344
mypy = "^1.0"
4445
pydocstyle = "^6.1"
4546
pylint = "~2.15"
4647
pylint-pytest = "*"
47-
wrapt = "*" # missing 'pylint' dependency
48+
wrapt = "*" # missing 'pylint' dependency
4849

4950
# Testing
5051
pytest = "^8.1"

0 commit comments

Comments
 (0)