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

CI: Update to Black 22.1.0 #2212

Merged
merged 1 commit into from
Feb 16, 2022
Merged

Conversation

wenzeslaus
Copy link
Member

Black is no longer a beta and has a (more strict) stability policy in place.
Changes are expected to happen over years and with updating Python versions (removing the old ones to be exact).

The changes in formatting are specialized no-spaces style for simple operands of power operator and better formatting of a compex if statement.

Python 3.10 is now among target versions. File which had to be ignored by Black due to a, now fixed, bug in Black is not ignored anymore.

In CI, matrix is used to define variables for versions (as in Pylint workflow and workflows with actual matrix). Workflow's on now specifies branches and tags for push.

Black is no longer a beta and has a (more strict) stability policy in place.
Changes are expected to happen over years and with updating Python versions (removing the old ones to be exact).

The changes in formatting are specialized no-spaces style for simple operands of power operator and better formatting of a compex if statement.

Python 3.10 is now among target versions. File which had to be ignored by Black due to a, now fixed, bug in Black is not ignored anymore.

In CI, matrix is used to define variables for versions (as in Pylint workflow and workflows with actual matrix). Workflow's on now specifies branches and tags for push.
@wenzeslaus wenzeslaus added this to the 8.2.0 milestone Feb 16, 2022
@wenzeslaus wenzeslaus added CI Continuous integration enhancement New feature or request labels Feb 16, 2022
@wenzeslaus wenzeslaus merged commit e171096 into OSGeo:main Feb 16, 2022
@wenzeslaus wenzeslaus deleted the update-to-stable-black branch February 16, 2022 20:17
wenzeslaus added a commit to OSGeo/grass-addons that referenced this pull request Mar 30, 2022
- A new version of Click broke Black. The new version of Black fixes the issue.
- New stable version of Black (22.1, 22.3) changes some of the code formatting.
- Targeting Python >=3.7 adds trailing comma after `**kwargs`.
- Strings prefixed by u are replaced by plain strings which are Unicode in Python 3.
- Changes applied to all files.
- Python 2 files are now ignored (to be fixed or removed in the future).
- CI workflow synced to core repo.
- See also OSGeo/grass#2212 for the update to stable Black in core repo.
- See also OSGeo/grass#2286 for the Click-related update.
@wenzeslaus wenzeslaus changed the title Update to Black 22.1.0 CI: Update to Black 22.1.0 Apr 27, 2022
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
Black is no longer a beta and has a (more strict) stability policy in place.
Changes are expected to happen over years and with updating Python versions (removing the old ones to be exact).

The changes in formatting are specialized no-spaces style for simple operands of power operator and better formatting of a complex if statement.

Python 3.10 is now among target versions. File which had to be ignored by Black due to a, now fixed, bug in Black is not ignored anymore.

In CI, matrix is used to define variables for versions (as in Pylint workflow and workflows with actual matrix). Workflow's on now specifies branches and tags for push.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Black is no longer a beta and has a (more strict) stability policy in place.
Changes are expected to happen over years and with updating Python versions (removing the old ones to be exact).

The changes in formatting are specialized no-spaces style for simple operands of power operator and better formatting of a complex if statement.

Python 3.10 is now among target versions. File which had to be ignored by Black due to a, now fixed, bug in Black is not ignored anymore.

In CI, matrix is used to define variables for versions (as in Pylint workflow and workflows with actual matrix). Workflow's on now specifies branches and tags for push.
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Black is no longer a beta and has a (more strict) stability policy in place.
Changes are expected to happen over years and with updating Python versions (removing the old ones to be exact).

The changes in formatting are specialized no-spaces style for simple operands of power operator and better formatting of a complex if statement.

Python 3.10 is now among target versions. File which had to be ignored by Black due to a, now fixed, bug in Black is not ignored anymore.

In CI, matrix is used to define variables for versions (as in Pylint workflow and workflows with actual matrix). Workflow's on now specifies branches and tags for push.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant