Skip to content

Commit ddd293c

Browse files
[pre-commit.ci] pre-commit autoupdate (#18)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) * Bump deps --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: S. Co1 <[email protected]>
1 parent b501877 commit ddd293c

File tree

4 files changed

+598
-533
lines changed

4 files changed

+598
-533
lines changed

.bumper.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tool.bumper]
22
current_version = "1.1.0"
3+
versioning_type = "semver"
34

45
[[tool.bumper.files]]
56
file = "./pyproject.toml"

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: isort
1313
name: isort
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.2.0
15+
rev: 7.3.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies:
@@ -35,6 +35,6 @@ repos:
3535
- id: python-check-blanket-type-ignore
3636
- id: python-use-type-annotations
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.4
38+
rev: v0.12.2
3939
hooks:
40-
- id: ruff
40+
- id: ruff-check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev-dependencies = [
4444
"pytest-cov~=6.0",
4545
"pytest-randomly~=3.15",
4646
"ruff~=0.7",
47-
"sco1-bumper~=1.0",
47+
"sco1-bumper~=2.0",
4848
"tox~=4.18",
4949
"tox-uv~=1.11",
5050
]

0 commit comments

Comments
 (0)