File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22current_version = 5.0.0-rc3
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4- serialize =
4+ serialize =
55 {major}.{minor}.{patch}-rc{release}
66 {major}.{minor}.{patch}
77commit = True
Original file line number Diff line number Diff line change 1515 exclude : poetry.lock
1616 args : [--autofix]
1717- repo : https://github.com/psf/black
18- rev : 23.9.1
18+ rev : 23.10.0
1919 hooks :
2020 - id : black
2121- repo : https://github.com/adamchainz/blacken-docs
@@ -25,12 +25,12 @@ repos:
2525 additional_dependencies :
2626 - black==23.9.1
2727- repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.0.292
28+ rev : v0.1.1
2929 hooks :
3030 - id : ruff
3131 args : [--fix]
3232- repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.6.0
33+ rev : v1.6.1
3434 hooks :
3535 - id : mypy
3636 additional_dependencies : [types-requests, types-setuptools]
You can’t perform that action at this time.
0 commit comments