You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`0.8.1`: delegated the grouping of nested namespaces (see `0.7.0`) to the PlantUML binary, which handles it natively
206
207
*`0.8.0`: added support for union types, and github actions (pre-commit hooks + automated tests)
207
208
*`0.7.2`: added the current working directory to the import path to make py2puml work in any directory or in native virtual environment (not handled by poetry)
@@ -238,7 +239,7 @@ Pull-requests are welcome and will be processed on a best-effort basis.
238
239
Pull requests must follow the guidelines enforced by the `pre-commit` hooks:
239
240
240
241
- commit messages must follow the Angular conventions enforced by the `commitlint` hook
241
-
- code formatting must follow the conventions enforced by the `isort` and `yapf` hooks
242
+
- code formatting must follow the conventions enforced by the `isort` and `ruff-format` hooks
242
243
- code linting should not detect code smells in your contributions, this is checked by the `ruff` hook
243
244
244
245
Please also follow the [contributing guide](CONTRIBUTING.md) to ease your contribution.
@@ -274,7 +275,7 @@ When merging your pull-request, the new version of the project will be derived f
274
275
275
276
### Code formatting
276
277
277
-
This project uses `isort` and `yapf` to format the code.
278
+
This project uses `isort` and `ruff-format` to format the code.
278
279
The guidelines are expressed in their respective sections in the [pyproject.toml](pyproject.toml) file.
0 commit comments