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

pycodestyle 2.9.0 #4101

Closed
stanislavlevin opened this issue Aug 16, 2022 · 0 comments · Fixed by #4102
Closed

pycodestyle 2.9.0 #4101

stanislavlevin opened this issue Aug 16, 2022 · 0 comments · Fixed by #4102

Comments

@stanislavlevin
Copy link
Contributor

New pycodestyle 2.9.0 introduced:

E275: requires whitespace around keywords

https://pycodestyle.pycqa.org/en/latest/developer.html#changes

flake8 5.0 that integrates pycodestyle found 1 issue in code:

./base/server/healthcheck/pki/server/healthcheck/clones/plugin.py:133:11: E275 missing whitespace after keyword
        if(ca_subsystem):
          ^
ckelleyRH pushed a commit that referenced this issue Aug 19, 2022
New `pycodestyle` 2.9.0 introduced:
> E275: requires whitespace around keywords

https://pycodestyle.pycqa.org/en/latest/developer.html#changes

`flake8` 5.0 that integrates `pycodestyle` found 1 issue in code:
```
./base/server/healthcheck/pki/server/healthcheck/clones/plugin.py:133:11: E275 missing whitespace after keyword
        if(ca_subsystem):
          ^
```

Fixes: #4101
Signed-off-by: Stanislav Levin <slev@altlinux.org>
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

Successfully merging a pull request may close this issue.

1 participant