Skip to content

Commit 0d60266

Browse files
Update dependency prospector-profile-utils to v1.26.3 (#465)
* Update dependency prospector-profile-utils to v1.26.3 * Apply pre-commit fix From the artifact of the previous workflow run --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
1 parent 3fe83e0 commit 0d60266

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: prospector-to-ruff
2525
additional_dependencies:
2626
- prospector-profile-duplicated==1.10.5 # pypi
27-
- prospector-profile-utils==1.26.2 # pypi
27+
- prospector-profile-utils==1.26.3 # pypi
2828
args:
2929
- --test=utils:tests
3030
- repo: https://github.com/codespell-project/codespell
@@ -77,7 +77,7 @@ repos:
7777
- --profile=.prospector.yaml
7878
additional_dependencies:
7979
- prospector-profile-duplicated==1.10.5 # pypi
80-
- prospector-profile-utils==1.26.2 # pypi
80+
- prospector-profile-utils==1.26.3 # pypi
8181
- pylint[spelling]==3.3.7 # pypi
8282
- ruff==0.12.7 # pypi
8383
exclude: |-
@@ -96,7 +96,7 @@ repos:
9696
- --profile=utils:tests
9797
- --profile=utils:pre-commit
9898
additional_dependencies:
99-
- prospector-profile-utils==1.26.2 # pypi
99+
- prospector-profile-utils==1.26.3 # pypi
100100
- repo: https://github.com/renovatebot/pre-commit-hooks
101101
rev: 41.43.0
102102
hooks:

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ extend-select = ["UP", "I", "S", "B", "ALL"]
1111
convention = "numpy"
1212

1313
[tool.ruff.lint.extend-per-file-ignores]
14-
"tests/**" = ["ANN", "ARG", "D", "E722", "INP001", "RET", "RUF012", "RUF100", "SLF"]
15-
"**/tests/**" = ["ANN", "ARG", "D", "E722", "INP001", "RET", "RUF012", "RUF100", "SLF"]
16-
"**/test_*.py" = ["ANN", "ARG", "D", "E722", "INP001", "RET", "RUF012", "RUF100", "SLF"]
17-
"**/*_test.py" = ["ANN", "ARG", "D", "E722", "INP001", "RET", "RUF012", "RUF100", "SLF"]
14+
"tests/**" = ["ANN", "ARG", "ASYNC", "D", "E722", "FBT003", "INP001", "N", "PLC0415", "PLR2004", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF"]
15+
"**/tests/**" = ["ANN", "ARG", "ASYNC", "D", "E722", "FBT003", "INP001", "N", "PLC0415", "PLR2004", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF"]
16+
"**/test_*.py" = ["ANN", "ARG", "ASYNC", "D", "E722", "FBT003", "INP001", "N", "PLC0415", "PLR2004", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF"]
17+
"**/*_test.py" = ["ANN", "ARG", "ASYNC", "D", "E722", "FBT003", "INP001", "N", "PLC0415", "PLR2004", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF"]
1818

1919
[tool.poetry]
2020
version = "0.0.0"
@@ -25,7 +25,7 @@ python = ">=3.9,<3.14"
2525
[tool.poetry.group.dev.dependencies]
2626
prospector = { version = "1.17.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
2727
prospector-profile-duplicated = "1.10.5"
28-
prospector-profile-utils = "1.26.2"
28+
prospector-profile-utils = "1.26.3"
2929

3030
[tool.poetry-plugin-tweak-dependencies-version]
3131
default = "present"

0 commit comments

Comments
 (0)