Skip to content

Commit 111031b

Browse files
committed
rm comment sections from py proj
1 parent f9fd687 commit 111031b

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

pyproject.toml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#########################
2-
# PEP 621 configuration #
3-
#########################
4-
51
[build-system]
62
requires = ["hatchling"]
73
build-backend = "hatchling.build"
@@ -101,17 +97,9 @@ documentation = "https://crawlee.dev/python/docs/"
10197
issue_tracker = "https://github.com/apify/crawlee-python/issues"
10298
repository = "https://github.com/apify/crawlee-python"
10399

104-
#######################
105-
# Hatch configuration #
106-
#######################
107-
108100
[tool.hatch.build.targets.wheel]
109101
packages = ["src/crawlee"]
110102

111-
######################
112-
# Ruff configuration #
113-
######################
114-
115103
[tool.ruff]
116104
line-length = 120
117105
include = ["src/**/*.py", "tests/**/*.py", "docs/**/*.py", "website/**/*.py"]
@@ -194,20 +182,12 @@ known-first-party = ["crawlee"]
194182
[tool.ruff.lint.pylint]
195183
max-branches = 18
196184

197-
########################
198-
# Pytest configuration #
199-
########################
200-
201185
[tool.pytest.ini_options]
202186
addopts = "-ra"
203187
asyncio_default_fixture_loop_scope = "function"
204188
asyncio_mode = "auto"
205189
timeout = 1200
206190

207-
######################
208-
# Mypy configuration #
209-
######################
210-
211191
[tool.mypy]
212192
python_version = "3.9"
213193
plugins = ["pydantic.mypy"]
@@ -234,25 +214,13 @@ module = [
234214
]
235215
ignore_missing_imports = true
236216

237-
##############################
238-
# BasedPyright configuration #
239-
##############################
240-
241217
[tool.basedpyright]
242218
pythonVersion = "3.9"
243219
typeCheckingMode = "standard"
244220
include = ["src", "tests", "docs", "website"]
245221

246-
##########################
247-
# Coverage configuration #
248-
##########################
249-
250222
[tool.coverage.report]
251223
exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:", "assert_never()"]
252224

253-
######################
254-
# Ipdb configuration #
255-
######################
256-
257225
[tool.ipdb]
258226
context = 7

0 commit comments

Comments
 (0)