Skip to content

Commit f856ea3

Browse files
dependabot[bot]d3rky
authored andcommitted
deps(deps-dev): bump ruff
Bumps the python-development group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.5 to 0.15.6 - [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.5...0.15.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6985a17 commit f856ea3

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.5
3+
rev: v0.15.6
44
hooks:
55
- id: ruff-check
66
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353
"pytest-randomly==4.0.*",
5454
"pytest-xdist==3.8.*",
5555
"responses==0.26.*",
56-
"ruff==0.15.5", # force ruff version to have same formatting everywhere, also update in pre-commit config
56+
"ruff==0.15.6", # force ruff version to have same formatting everywhere, also update in pre-commit config
5757
"types-openpyxl==3.1.*",
5858
"types-requests==2.32.*",
5959
"wemake-python-styleguide==1.6.*", # also update pre-commit config

tests/runtime/djapp/test_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_products_empty(settings):
2121

2222

2323
def test_products_not_defined(settings):
24-
delattr(settings, "MPT_PRODUCTS_IDS")
24+
del settings.MPT_PRODUCTS_IDS
2525
app = apps.get_app_config("mpt_extension_sdk")
2626

2727
with pytest.raises(ImproperlyConfigured, match="MPT_PRODUCTS_IDS is missing or empty"):

uv.lock

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

0 commit comments

Comments
 (0)