Skip to content
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

Doesn't work with flake8 3.5.0 #10

Open
arogowie-intel opened this issue Jul 2, 2018 · 1 comment
Open

Doesn't work with flake8 3.5.0 #10

arogowie-intel opened this issue Jul 2, 2018 · 1 comment

Comments

@arogowie-intel
Copy link

Doesn't work correctly with following file. I don't get any error message for command flake8 --copyright-check dummy_file.py

import numpy as np

a = np.zeros((1, 2, 3))
print(a)

flake8 --version:

$ flake8 --version
3.5.0 (flake8-comprehensions: 1.4.1, flake8-docstrings: 1.3.0, pydocstyle: 2.1.1, flake8_commas: 2.0.0, flake8_copyright: 0.2.0, flake8_quotes: 1.0.0, mccabe: 0.6.1, pycodestyle: 2.3.1, pyflakes: 1.6.0) CPython 3.5.2 on Linux
@Paul-AUB
Copy link

It seems you need to specify in config file select = C. The linked PR fix the issue by defaulty enabling the error code C801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants