We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 returns failure every time Pre-Commit runs.
The text was updated successfully, but these errors were encountered:
What if you change the isort config in .pre-commit.yaml to:
.pre-commit.yaml
- repo: https://github.com/pycqa/isort rev: 5.9.3 hooks: - id: isort name: isort always_run: true args: ["--check-only"]
Does that fix the issue?
Sorry, something went wrong.
No. If I do this this error appears.
In order not to get this error, I opted to use the entry option, but when I do that I get the other error.
Hi! I got tired of trying to use pre-commit. I'm going back to the Makefile. Sorry for the inconvenience.
This error is happening to me as well on #1890
No branches or pull requests
Isort returns failure every time Pre-Commit runs.
The text was updated successfully, but these errors were encountered: