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
- `make lint` no longer lints without making changes.
This has been the case since gitpython-developers#1862, because `--fix` is used.
(I don't think anyone was really using `make lint`, but just in
case, we should avoid saying it still never changes any files.)
With gitpython-developers#1865, there will be more ways that files can be changed.
- `black` is no longer used, having been replaced by `ruff`.
This will be the case as of gitpython-developers#1865.
This also reorganizes the "Specific tools" list, since they are all
configured in pyproject.toml now (only flake8 was not before, and
it was removed in favor of ruff in gitpython-developers#1862). In doing so, I've also
added brief parenthesized phrases to characterize what each of
these four tools is for, so readers don't have to look around as
much to understand most of the tooling GitPython has set up.
0 commit comments