[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-01-05 19:21:27 +00:00
parent 79727b14bb
commit 7e0e28849b

View file

@ -34,7 +34,7 @@ def _get_default_directory() -> str:
os.environ.get('XDG_CACHE_HOME') or '~/.cache', os.environ.get('XDG_CACHE_HOME') or '~/.cache',
'pre-commit', 'pre-commit',
) )
return os.path.realpath(os.path.expanduser(ret)) return os.path.realpath(os.path.expanduser(ret))