Skip to content

Commit 70494a3

Browse files
committed
Merge branch 'add-hooks-for-bump-command' of github.com:skoef/commitizen into add-hooks-for-bump-command
2 parents 24f0f27 + 90bed7c commit 70494a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Python package
22

3-
on: [pull_request]
3+
on: [workflow_dispatch, pull_request]
44

55
jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
9+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1010
platform: [ubuntu-20.04, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

commitizen/hooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import os
24

35
from commitizen import cmd, out

0 commit comments

Comments
 (0)