Releases: equisoft-actions/python-workflows
Releases · equisoft-actions/python-workflows
v6.0.0
v5.0.0
What's Changed
- P22-856: Ruff linter by @AlexisGauthierAtKronos in #18
Project must have ruff linter in its dependencies
Rule set is wider than previous linter.
To exclude a subset of rules in a project add the following in pyproject.toml :
[tool.ruff]
ignore = []
See rules for a definitions of the available rules.
It is also possible to add more rules using extend-select
Full Changelog: v4...v5.0.0
v4.0.0
What's Changed
- Newly added option to use Poetry dependencies manager. The choice between Pipenv and Poetry is made using file
.tool-versions. Whenever 'poetry' is specified in .tool-versions, poetry will be used. Else pipenv will be used. - Breaking : Target file for action must be changed from
.github/workflows/python-pipenv.ymlto.github/workflows/python-quality-checks.yml@v4
New Contributors
- @AlexisGauthierAtKronos made their first contribution in #17
Full Changelog: v3...v4.0.0
v3.0.0
v2.1.0
v2.0.0
v1.3.0
What's Changed
- Use equisoft-actions actions with major tag
- chore: configure daily dependabot updates by @Chris-V in #5
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #7
- chore(deps): bump kronostechnologies/actions from 0.0.22 to 0.0.23 by @dependabot in #6
- Configure Renovate by @renovate in #8
- Delete dependabot.yml by @meriouma in #10
- chore(deps): update equisoft-actions/semgrep action to v1.1.0 by @renovate in #11
- chore(deps): update equisoft-actions/semgrep action to v1.1.1 by @renovate in #12
- chore(deps): update fkirc/skip-duplicate-actions action to v4 by @renovate in #13
New Contributors
- @dependabot made their first contribution in #7
- @renovate made their first contribution in #8
- @meriouma made their first contribution in #10
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
v1.0.0
What's Changed
- Adds Pipenv workflow by @kbeaulieu in #1
New Contributors
- @kbeaulieu made their first contribution in #1
Full Changelog: https://github.com/equisoft-actions/python-workflows/commits/v1.0.0