Skip to content
Commit b1921cac authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

_yaml.py: Quieten a lint in Python < 3.6



For Python before 3.6, `path.resolve()` could not take the `strict`
keyword argument.  Linting on such Python versions will raise an unnecessary
issue given the check present.  As such, quieten that lint.  Unfortunately
this ends up making the line quite long (though not too long).

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 786eeb39
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment