fix: improve TOML error handing and docs for Windows paths (#31)

* fix: improve TOML error handing and documentation for Windows paths

* build(linting): pash ruff v2.0.260
This commit is contained in:
Nathaniel Landau
2023-03-30 10:33:51 -04:00
committed by GitHub
parent 5a4643ea8f
commit 4df10e785e
8 changed files with 42 additions and 29 deletions

View File

@@ -43,7 +43,7 @@
pdoc = "^13.0.1"
poethepoet = "^0.19.0"
pre-commit = "^3.2.1"
ruff = "^0.0.259"
ruff = "^0.0.260"
sh = "2.0.3"
typeguard = "^3.0.2"
types-python-dateutil = "^2.8.19.11"