incorrect-space-between-brackets (S104)
Fix is always available.
What does it do?
Checks for spaces between brackets and their contents.
Why is this bad?
Including spaces between brackets and their contents can lead to inconsistent formatting and readability issues if the same style is not applied consistently throughout the codebase.