We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Locally black fails on match construct, since the pyproject.toml file forces py3.7 syntax: https://github.com/GeoNode/geonode/blob/4.3.1/pyproject.toml#L3
black
match
pyproject.toml
github workflow has been modify in order to use py310 and make the internal checks succeed: https://github.com/GeoNode/geonode/blob/master/.github/workflows/flake8.yml#L40
py310
.github/workflows/flake8.yml
The text was updated successfully, but these errors were encountered:
[Fixes #12458] black fails on python3.10 constructs
bc80a08
285a5d2
mattiagiupponi
Successfully merging a pull request may close this issue.
Locally
black
fails onmatch
construct, since thepyproject.toml
file forces py3.7 syntax:https://github.com/GeoNode/geonode/blob/4.3.1/pyproject.toml#L3
github workflow has been modify in order to use py310 and make the internal checks succeed:
https://github.com/GeoNode/geonode/blob/master/.github/workflows/flake8.yml#L40
pyproject.toml
to make black work onpy310
.github/workflows/flake8.yml
to use global configurationThe text was updated successfully, but these errors were encountered: