Skip to content

Commit 3d7f00b

Browse files
committed
services/webserver api version: 0.65.0 → 0.65.1
1 parent 85f1fbb commit 3d7f00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ commit_args = --no-verify
1313
addopts = --strict-markers
1414
asyncio_mode = auto
1515
asyncio_default_fixture_loop_scope = function
16-
markers =
16+
markers =
1717
slow: marks tests as slow (deselect with '-m "not slow"')
1818
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1919
testit: "marks test to run during development"
2020
heavy_load: "mark tests that require large amount of data"
2121

2222
[mypy]
23-
plugins =
23+
plugins =
2424
pydantic.mypy
2525
sqlalchemy.ext.mypy.plugin

0 commit comments

Comments
 (0)