Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit cae9fa2

Browse files
committed
chore: remove unused tools from pyproject
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 6b5e282 commit cae9fa2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pyproject.toml

-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
[tool.black]
2-
line-length = "110"
3-
target-version = ['py310']
4-
include = '\.pyi?$'
5-
extend-exclude = '''
6-
(
7-
/(
8-
\.eggs
9-
| \.git
10-
| \.venv
11-
| venv
12-
| venv2
13-
| _build
14-
| build
15-
| dist
16-
| plugins
17-
| temp
18-
)/
19-
)
20-
'''
21-
221
[tool.poetry]
232
name = 'Modmail'
243
version = '4.1.0'
@@ -85,9 +64,6 @@ yarl = "^1.9.3"
8564
[tool.poetry.scripts]
8665
modmail = "modmail:main"
8766

88-
[tool.pylint.format]
89-
max-line-length = "110"
90-
9167
[build-system]
9268
requires = ["poetry-core"]
9369
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)