Skip to content

Commit 4712d0a

Browse files
dependabot[bot]d3rky
authored andcommitted
deps(deps-dev): bump ruff in the python-development group
Bumps the python-development group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.14 to 0.15.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 539ddd8 commit 4712d0a

File tree

3 files changed

+126
-112
lines changed

3 files changed

+126
-112
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.10
3+
rev: v0.15.0
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- id: no-commit-to-branch
17-
args: [--pattern, '^release/.*']
17+
args: [--pattern, "^release/.*"]
1818
- id: detect-private-key
1919

2020
- repo: https://github.com/astral-sh/uv-pre-commit
@@ -25,8 +25,13 @@ repos:
2525
- repo: https://github.com/PyCQA/flake8
2626
rev: 7.3.0
2727
hooks:
28-
- id: flake8
29-
additional_dependencies: [Flake8-pyproject, Flake8-AAA, wemake-python-styleguide==1.3.*]
28+
- id: flake8
29+
additional_dependencies:
30+
[
31+
Flake8-pyproject==1.2.*,
32+
Flake8-AAA==0.17.*,
33+
wemake-python-styleguide==1.5.*,
34+
]
3035

3136
- repo: https://github.com/pre-commit/mirrors-mypy
3237
rev: v1.19.1

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ mpt-service-cli = "mpt_tool.cli:main"
1818

1919
[dependency-groups]
2020
dev = [
21-
"flake8>=7.3.0",
22-
"flake8-aaa>=0.17.2",
23-
"flake8-pyproject>=1.2.3",
24-
"freezegun>=1.5.5",
21+
"flake8==7.3.*",
22+
"flake8-aaa==0.17.*",
23+
"flake8-pyproject==1.2.*",
24+
"freezegun==1.5.*",
2525
"ipdb==0.13.*",
2626
"ipython==9.*",
2727
"mypy==1.19.*",
@@ -30,7 +30,7 @@ dev = [
3030
"pytest-cov==7.0.*",
3131
"pytest-deadfixtures==3.1.*",
3232
"pytest-mock==3.15.*",
33-
"ruff==0.14.*",
33+
"ruff==0.15.*",
3434
"types-requests==2.32.*",
3535
"wemake-python-styleguide==1.5.*",
3636
]

0 commit comments

Comments
 (0)