File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 0.7.0
1+ 0.7.1
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.0
2+ current_version = 0.7.1
33commit = True
44message = services/storage api version: {current_version} → {new_version}
55tag = False
@@ -10,13 +10,13 @@ commit_args = --no-verify
1010[tool:pytest]
1111asyncio_mode = auto
1212asyncio_default_fixture_loop_scope = function
13- markers =
13+ markers =
1414 slow: marks tests as slow (deselect with ' -m "not slow"' )
1515 acceptance_test: " marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1616 testit: " marks test to run during development"
1717 heavy_load: " mark tests that require large amount of data"
1818
1919[mypy]
20- plugins =
20+ plugins =
2121 pydantic.mypy
2222 sqlalchemy.ext.mypy.plugin
You can’t perform that action at this time.
0 commit comments