* Bump codespell from 2.2.6 to 2.3.0
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix typo
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
self.logger.info("Clearing database DONE")
async def auto_cleanup(self) -> None:
- """Sceduled auto cleanup task."""
+ """Run scheduled auto cleanup task."""
self.logger.debug("Running automatic cleanup...")
# for now we simply reset the memory cache
self._mem_cache = {}
"ifaddr==0.2.0",
]
test = [
- "codespell==2.2.6",
+ "codespell==2.3.0",
"isort==5.13.2",
"mypy==1.10.0",
"pre-commit==3.7.1",