Skip to content

feat: add custom validation #1236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Merge branch 'master' into feature/custom-validation
  • Loading branch information
benediktziegler authored Dec 6, 2024
commit 866101a72c3e82b7c7ee331d7f2980fa049e1a1b
3 changes: 2 additions & 1 deletion commitizen/cz/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import re
from abc import ABCMeta, abstractmethod
from typing import Any, Callable, Iterable, NamedTuple, Protocol
from collections.abc import Iterable
from typing import Any, Callable, NamedTuple, Protocol

from jinja2 import BaseLoader, PackageLoader
from prompt_toolkit.styles import Style, merge_styles
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.