Skip to content

Commit 760ceb8

Browse files
[pre-commit.ci] pre-commit autoupdate (#298)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2fa0301 commit 760ceb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
current_version = 5.0.0-rc3
33
parse = (?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}
77
commit = True

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
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]

0 commit comments

Comments
 (0)