-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"make black" target doesn't actually fix something #13241
Comments
I think this is because the pre-commit check runs Lines 2 to 9 in fcdff8b
And then we configure Line 5 in fcdff8b
|
Is there any reason anyone could think of that we do not extend black to the collection? |
Yeah, we would be battling between black and pep8 and other things that |
Resolved with linked merge (hopefully) |
Please confirm the following
Bug Summary
the pre commit check for black checks to see if anything needs to be reformatted then says to make
AWX version
awx: 21.5.1.dev434+g3ca14c43bb
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
ansible [core 2.13.1]
Operating system
Fedora 36
Web browser
No response
Steps to reproduce
run
make black
at top level of the project with files that need to be reformatted.Expected results
Files to be reformatted similar to targeting specific files with black.
Actual results
Additional information
current versions locally installed and which is being used
The text was updated successfully, but these errors were encountered: