Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 0.4.33
_commit: 0.4.67
_src_path: gh:ignition-devs/copier-templates
author_email: cesar@coatl.dev
author_fullname: César Román
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@f041f435b9aceead0ef21604b634fd8ef3389c2f # v7.0.3
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@f041f435b9aceead0ef21604b634fd8ef3389c2f # v7.0.3
uses: coatl-dev/workflows/.github/workflows/pylint.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28

jython:
if: ${{ github.event_name == 'pull_request' }}
Expand All @@ -24,16 +24,16 @@ jobs:
JYTHON_CACHE_DIR: $HOME/.cache/jython
steps:
- name: Checkout repo
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set up Jython
uses: coatl-dev/actions/setup-jython@b831c4755d6da6ce8e78bb39f7e30d3f3fb9183c # v7.0.2
uses: coatl-dev/actions/setup-jython@45ee24a8c8397a346538acefea6221e30076fa66 # v7.0.14
id: setup-jython
with:
jython-version: '2.7.3'

- name: Cache Jython
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ env.JYTHON_CACHE_DIR }}
key: jy-${{ steps.setup-jython.outputs.jython-version }}-${{ runner.os }}-${{ steps.setup-jython.outputs.java-distribution }}-${{ steps.setup-jython.outputs.java-version }}-${{ hashFiles('setup.py') }}
Expand All @@ -44,11 +44,11 @@ jobs:

tox-package:
if: ${{ github.event_name == 'pull_request' }}
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@f041f435b9aceead0ef21604b634fd8ef3389c2f # v7.0.3
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28

tox-stubs:
if: ${{ github.event_name == 'pull_request' }}
uses: coatl-dev/workflows/.github/workflows/tox.yml@f041f435b9aceead0ef21604b634fd8ef3389c2f # v7.0.3
uses: coatl-dev/workflows/.github/workflows/tox.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28
with:
python-versions: |
3.9
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
name: sort-all
files: ^src/
- repo: https://github.com/bwhmather/ssort
rev: 0.16.0
rev: 0.17.0
hooks:
- id: ssort
files: ^src/
Expand All @@ -20,7 +20,7 @@ repos:
- id: unimport
files: ^src/
- repo: https://github.com/PyCQA/isort
rev: 9.0.0a3
rev: 9.0.1
hooks:
- id: isort
name: isort-package
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
files: ^src/
types: [python]
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.16.3
rev: v4.18.0
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down