Closing as it is too early for this as discussed with @timkucera and @cgoliver. When ready to include style enforcement, type git switch main && git pull && git switch feat/code-style && git rebase -Xtheirs main && black ./ should bring you the styled codebase with the latest changes merged to main.
Closing as it is too early for this as discussed with @timkucera and @cgoliver. When ready to include style enforcement, type
git switch main && git pull && git switch feat/code-style && git rebase -Xtheirs main && black ./
should bring you the styled codebase with the latest changes merged tomain
.