Skip to content

Commit 26e15f2

Browse files
dependabot[bot]d3rky
authored andcommitted
deps(deps-dev): bump the python-development group with 2 updates
Bumps the python-development group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide). Updates `ruff` from 0.15.2 to 0.15.4 - [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.15.2...0.15.4) Updates `wemake-python-styleguide` from 1.5.0 to 1.6.1 - [Release notes](https://github.com/wemake-services/wemake-python-styleguide/releases) - [Changelog](https://github.com/wemake-services/wemake-python-styleguide/blob/master/CHANGELOG.md) - [Commits](wemake-services/wemake-python-styleguide@1.5.0...1.6.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development - dependency-name: wemake-python-styleguide dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2743d83 commit 26e15f2

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.15.2
3+
rev: v0.15.4
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
@@ -30,7 +30,7 @@ repos:
3030
[
3131
flake8-aaa==0.17.*,
3232
flake8-pyproject==1.2.*,
33-
wemake-python-styleguide==1.5.*,
33+
wemake-python-styleguide==1.6.*,
3434
]
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
"pytest-mock==3.15.*",
3333
"ruff==0.15.*",
3434
"types-requests==2.32.*",
35-
"wemake-python-styleguide==1.5.*",
35+
"wemake-python-styleguide==1.6.*",
3636
]
3737

3838
[build-system]

uv.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)