mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Rename ci-black-formatting workflow to ci-lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: ci-black-formatting
|
name: ci-lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -7,7 +7,7 @@ Python code formatters
|
|||||||
For Python code formatting, we use `Black code formatter <https://pypi.org/project/black/>`__,
|
For Python code formatting, we use `Black code formatter <https://pypi.org/project/black/>`__,
|
||||||
black settings are stored in the repository's pyproject.toml.
|
black settings are stored in the repository's pyproject.toml.
|
||||||
|
|
||||||
We have GitHub workflow `ci-black-formatting` to maintain black formatting across the repository.
|
We have GitHub workflow `ci-lint` to maintain black formatting across the repository.
|
||||||
|
|
||||||
``black`` can be installed using ``pip install black`` and files can be formatted with the following example command:
|
``black`` can be installed using ``pip install black`` and files can be formatted with the following example command:
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ When adding or removing a supported Python version, update the following:
|
|||||||
|
|
||||||
* - File
|
* - File
|
||||||
- What to update
|
- What to update
|
||||||
* - ``.github/workflows/ci-black-formatting.yaml``
|
* - ``.github/workflows/ci-lint.yaml``
|
||||||
- ``MIN_IOS_PY_VERSION``
|
- ``MIN_IOS_PY_VERSION``
|
||||||
* - ``.github/workflows/ci-ifcopenshell-python-pypi.yml``
|
* - ``.github/workflows/ci-ifcopenshell-python-pypi.yml``
|
||||||
- ``pyver`` matrix
|
- ``pyver`` matrix
|
||||||
@@ -59,7 +59,7 @@ When Blender ships with a new Python version:
|
|||||||
|
|
||||||
* - File
|
* - File
|
||||||
- What to update
|
- What to update
|
||||||
* - ``.github/workflows/ci-black-formatting.yaml``
|
* - ``.github/workflows/ci-lint.yaml``
|
||||||
- ``MIN_BLENDER_PY_VERSION``
|
- ``MIN_BLENDER_PY_VERSION``
|
||||||
* - ``src/bonsai/Makefile``
|
* - ``src/bonsai/Makefile``
|
||||||
- ``SUPPORTED_PYVERSIONS``
|
- ``SUPPORTED_PYVERSIONS``
|
||||||
|
|||||||
Reference in New Issue
Block a user