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
Black supports reformatting PEP 484.pyi type stub files too, but when I run pytest --black it does not find these files, even if they are explicitly allowed by my Black configuration:
[tool.black]
include = '\.pyi?$'
The native black command, however, successfully finds these files.
The text was updated successfully, but these errors were encountered:
C0DK
linked a pull request
Oct 21, 2020
that will
close
this issue
Black supports reformatting PEP 484
.pyi
type stub files too, but when I runpytest --black
it does not find these files, even if they are explicitly allowed by my Black configuration:The native
black
command, however, successfully finds these files.The text was updated successfully, but these errors were encountered: