You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have diffs to a file configs/_base_/default_runtime.py that, when I attempt to commit, gets failed on yapf:
yapf.....................................................................Failed
- hook id: yapf
- exit code: 1
yapf: input filenames did not match any python files
I have the following
pyproject.toml
configuration foryapfignore
:My
configs/
directory structure:I have diffs to a file
configs/_base_/default_runtime.py
that, when I attempt to commit, gets failed on yapf:I've tried the following
ignore_patterns
:"configs/**/*.py"
"configs/**"
"configs/*.py"
Can someone please advise?
Related:
The text was updated successfully, but these errors were encountered: