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 a pyproject.toml which includes the configuration of black. It seems that changing options like skip-string-normalization changes the test behaviour of pytest-black but keywords like include and exclude are not recognized. I assume that this behaviour is because pytest is responsible for file collection. Is it possible to make pytest aware of this additional configuration or do I have to duplicate the configuration from black and use the appropriate keywords in the pytest settings?
The text was updated successfully, but these errors were encountered:
I have a
pyproject.toml
which includes the configuration ofblack
. It seems that changing options likeskip-string-normalization
changes the test behaviour ofpytest-black
but keywords likeinclude
andexclude
are not recognized. I assume that this behaviour is becausepytest
is responsible for file collection. Is it possible to makepytest
aware of this additional configuration or do I have to duplicate the configuration fromblack
and use the appropriate keywords in thepytest
settings?The text was updated successfully, but these errors were encountered: