ignoe FileNotFound Error that sometimes happens when getting mtime of directories

Fixes: #231
This commit is contained in:
Bastian Venthur
2024-10-11 11:09:32 +02:00
parent 8fed4894ee
commit 0d03733b4f
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## [unreleased] --
* Ignore FileNotFoundError when trying to get the last modified time of files
in directories. This happens for example with temporary emacs files.
* Added changelog to docs
* removed ruff's target-version from pyproject.toml, this value defaults to the
projects requires-python