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
versioneer.py is not a part of the project.
Add pyproject.toml file with section [tool.black] and parameter
exclude = 'versioneer.py'. This file will be used by developers and
GitHub Actions for black.
Usign pyproject.toml allows use black like this: `black .`
0 commit comments