Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
commitizen-tools
/
commitizen
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
350
Star
3.5k
Code
Issues
115
Pull requests
47
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
commitizen
commitizen
config
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 18, 2026
fix(config): fix contains_commitizen_section failing for completely empty files
bwachtendorf
authored and
woile
committed
988c81f
View commit details
Copy full SHA for 988c81f
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
test: use pathlib utilities to shorten code (#1855)
bearomorphism
authored
fbafcaf
View commit details
Copy full SHA for fbafcaf
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
refactor: simplify code with pathlib Path object (#1840)
bearomorphism
authored
8d05b9e
View commit details
Copy full SHA for 8d05b9e
View code at this point
Browse repository at this point
refactor(config): replace is_empty_config with contains_commitizen_section, improve multi config resolution algorithm (#1842)
bearomorphism
authored
9783d97
View commit details
Copy full SHA for 9783d97
View code at this point
Browse repository at this point
Commits on Feb 1, 2026
fix(config): include pyproject.toml in multi config file warning (#1803)
bearomorphism
committed
f7fba48
View commit details
Copy full SHA for f7fba48
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
fix(config): ensure the actually used config file is correct, better test coverage (#1784)
bearomorphism
authored
1da871e
View commit details
Copy full SHA for 1da871e
View code at this point
Browse repository at this point
Commits on Jan 12, 2026
fix(config): add warning for multiple configuration files and update documentation (#1773)
Show description for 2b81c8c
3 people
authored
2b81c8c
View commit details
Copy full SHA for 2b81c8c
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
perf(ruff): enable ruff rules TC001~TC006
bearomorphism
committed
1441c3d
View commit details
Copy full SHA for 1441c3d
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
style(BaseConfig): update set_key comments and type annotation, remove duplicated docstring
bearomorphism
authored and
Lee-W
committed
d77da09
View commit details
Copy full SHA for d77da09
View code at this point
Browse repository at this point
refactor(TomlConfig): minor cleanups for DX
bearomorphism
authored and
Lee-W
committed
596446e
View commit details
Copy full SHA for 596446e
View code at this point
Browse repository at this point
refactor(BaseConfig): update docstring, extract factory method and remove unnecessary variable assignment
bearomorphism
authored and
Lee-W
committed
9f36d5e
View commit details
Copy full SHA for 9f36d5e
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
build: add PGH003 and PGH004, add types-colorama
bearomorphism
authored and
Lee-W
committed
8675c28
View commit details
Copy full SHA for 8675c28
View code at this point
Browse repository at this point
fix(BaseConfig): mypy error
bearomorphism
authored and
Lee-W
committed
20dda31
View commit details
Copy full SHA for 20dda31
View code at this point
Browse repository at this point
style: add `-> None` to __init__
bearomorphism
authored and
Lee-W
committed
e86d80e
View commit details
Copy full SHA for e86d80e
View code at this point
Browse repository at this point
style: type untyped methods
bearomorphism
authored and
Lee-W
committed
c62aac0
View commit details
Copy full SHA for c62aac0
View code at this point
Browse repository at this point
refactor: make methods protected, better type
bearomorphism
authored and
Lee-W
committed
37eac1f
View commit details
Copy full SHA for 37eac1f
View code at this point
Browse repository at this point
refactor: fix mypy output and better type
bearomorphism
authored and
Lee-W
committed
898d054
View commit details
Copy full SHA for 898d054
View code at this point
Browse repository at this point
refactor(mypy): remove `unused-ignore`
gbaian10
authored and
Lee-W
committed
b4c8aa3
View commit details
Copy full SHA for b4c8aa3
View code at this point
Browse repository at this point
refactor(BaseConfig): use setter
bearomorphism
authored and
Lee-W
committed
f3fa22c
View commit details
Copy full SHA for f3fa22c
View code at this point
Browse repository at this point
Commits on May 18, 2025
refactor(default): capitalize all constants and remove unnecessary variable
bearomorphism
authored and
Lee-W
committed
94c02b3
View commit details
Copy full SHA for 94c02b3
View code at this point
Browse repository at this point
Commits on May 22, 2024
style: sort import
Lee-W
committed
5a0053c
View commit details
Copy full SHA for 5a0053c
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
test(conf): add test case if config file is given in argument
rockleona
authored and
Lee-W
committed
a47bdd0
View commit details
Copy full SHA for a47bdd0
View code at this point
Browse repository at this point
feat(cli): add config option to specify config file path
Show description for 5e2cc6c
rockleona
authored and
Lee-W
committed
5e2cc6c
View commit details
Copy full SHA for 5e2cc6c
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
style(ruff): enable `pyupgrade` (`UP`) rules and fix them all
noirbizarre
authored and
Lee-W
committed
a48d263
View commit details
Copy full SHA for a48d263
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
fix(conf): handle parse error when init (#856)
Show description for 7ffb895
Bogay
and
woile
authored
7ffb895
View commit details
Copy full SHA for 7ffb895
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
fix: correct type hinting
adam-grant-hendry
authored and
Lee-W
committed
ee0990c
View commit details
Copy full SHA for ee0990c
View code at this point
Browse repository at this point
fix: use base config for encoding
Show description for 7887274
adam-grant-hendry
authored and
Lee-W
committed
7887274
View commit details
Copy full SHA for 7887274
View code at this point
Browse repository at this point
feat(unicode): add unicode support
Show description for 407af3a
adam-grant-hendry
authored and
Lee-W
committed
407af3a
View commit details
Copy full SHA for 407af3a
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
style: import anntations __future__ and replace Optional, List, Unino to their new counterpart
Lee-W
committed
54e8ca5
View commit details
Copy full SHA for 54e8ca5
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
fix: improve errors message when empty .cz.json found
Show description for b7b96f6
woile
committed
b7b96f6
View commit details
Copy full SHA for b7b96f6
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
feat(yaml_config): add explicit_start for yaml output
Show description for c22cde6
Lee-W
committed
c22cde6
View commit details
Copy full SHA for c22cde6
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
feat: Determine newline to write with Git
Show description for 644675b
pan93412
authored and
Lee-W
committed
644675b
View commit details
Copy full SHA for 644675b
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
feat: skip merge messages that start with Pull request
Show description for bc9be40
manang
committed
bc9be40
View commit details
Copy full SHA for bc9be40
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
refactor(defaults): add Settings typeddict
Lee-W
committed
cd72fd1
View commit details
Copy full SHA for cd72fd1
View code at this point
Browse repository at this point
style(mypy): add return type to all functions
Lee-W
committed
8bd5d71
View commit details
Copy full SHA for 8bd5d71
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.