-
Notifications
You must be signed in to change notification settings - Fork 56
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
No output from flake8 on Windows #374
Comments
My hypothesis is that since Darker invokes |
|
|
Thanks, this confirms my hypothesis:
I'll add such a line as a test case, and make sure this gets fixed. |
Discussed in #368
Originally posted by deadkex May 20, 2022
Hi!
I am using darker in combination with pre-commit and the linters i would like to use are pylint and flake8.
The problem is that i cannot get any output from flake8, on the other hand pylint works as expected.
If you take below config and
pre-commit run --file test.py
, you can see that flake8 is actually running and reporting violations, but darker is not showing them. I also tried committing larger files with lots of changes or explicitly adding violations as changes.python: 3.8.10
darker: 1.5.0
pre-commit: 2.19.0
flake8: 4.0.1
black: 22.3.0
.pre-commit-config.yaml
pyproject.toml
test.py
The text was updated successfully, but these errors were encountered: