Commit 6efde3d
committed
Ignore versioneer.py from black formatting
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 .`1 parent eb8afec commit 6efde3d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments