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

checks: Fix syntax in Flake8 config #932

Merged
merged 1 commit into from Jul 18, 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

In core repo: OSGeo/grass#2976

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 wenzeslaus added CI Continuous integration Python Related code is in Python labels Jul 11, 2023
@wenzeslaus wenzeslaus merged commit 47b7b9f into OSGeo:grass8 Jul 18, 2023
6 checks passed
@wenzeslaus wenzeslaus deleted the fix-flake8-conf-syntax branch July 18, 2023 19:05
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant