-
Notifications
You must be signed in to change notification settings - Fork 5
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
Isort as a pre-commit hook #86
Conversation
8252a88
to
15c58b9
Compare
rev: 5.7.0 | ||
hooks: | ||
- id: isort | ||
args: ["--profile", "black"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to resolve conflict between black and isort
I'm pretty certain this is fine, so if @matthew-d-jones is happy I say we merge it despite the (known) issue with the build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, fine with me.
The problem is lack of disk space on system test node? Is someone dealing with that?
@ebadkamil Sorry, after merging your other PR there are some merge conflicts to solve. |
No worries. Now conflicts are fixed |
Added
isort
as apre-commit
hook. Is it ok?