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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This is similar to #9, but if additional black settings are configured in pyproject.toml beyond the include/exclude directives, it would be nice to have pytest-black honor those. I think this is as simple as adding --config pyproject.toml to the command argv in runtest(). This fixes my issues with line length discrepancy between config and test.