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

contributing: Fix syntax in Flake8 config #2976

Merged
merged 1 commit into from May 24, 2023

Conversation

wenzeslaus
Copy link
Member

Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760

Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760
@wenzeslaus wenzeslaus added bug Something isn't working Python Related code is in Python labels May 23, 2023
@wenzeslaus wenzeslaus merged commit 1600a32 into OSGeo:main May 24, 2023
21 checks passed
@wenzeslaus wenzeslaus deleted the fix-flake8-config branch May 24, 2023 18:22
wenzeslaus added a commit to wenzeslaus/grass-addons that referenced this pull request Jul 11, 2023
Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760

In core repo: OSGeo/grass#2976
wenzeslaus added a commit to OSGeo/grass-addons that referenced this pull request Jul 18, 2023
Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760

In core repo: OSGeo/grass#2976
@neteler neteler added this to the 8.4.0 milestone Aug 16, 2023
cwhite911 pushed a commit to cwhite911/grass-addons that referenced this pull request Sep 19, 2023
Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760

In core repo: OSGeo/grass#2976
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Flake8 config file does not allow inline comments. Previous versions did not enforce that (which lead to silent errors), but the new versions (v6) do.

Source: PyCQA/flake8#1760
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants