Closed aulemahal closed 9 months ago
The linter might fail. I'm pushing a fix via cookiecutter!
Edit: Never mind! haha
FYI, I note that most of the changes seem to be related to ternary operations.
var = a if cond else b
# becomes
var = (a if cond else b)
Haha. Pin in the other PR, pre-commit update here... Git rekt.
Pull Request Checklist:
number
) and pull request (:pull:number
) has been added.What kind of change does this PR introduce?
pre-commit autoupdate
pre-commit run --all
Black's update changes the target format specs, so many small typographic changes.
Does this PR introduce a breaking change?
No.
Other information: