Skip to content

Commit 3326793

Browse files
Update dependency prospector-profile-utils to v1.26.5 (#622)
* Update dependency prospector-profile-utils to v1.26.5 * 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 862b3c2 commit 3326793

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.4 # pypi
27+
- prospector-profile-utils==1.26.5 # 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.4 # pypi
80+
- prospector-profile-utils==1.26.5 # pypi
8181
- ruff==0.12.7 # pypi
8282
- pylint[spelling]==3.3.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.4 # pypi
99+
- prospector-profile-utils==1.26.5 # pypi
100100
- ruff==0.12.7 # pypi
101101
- repo: https://github.com/renovatebot/pre-commit-hooks
102102
rev: 41.43.0

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", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF", "TRY003", "TRY301"]
15-
"**/tests/**" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF", "TRY003", "TRY301"]
16-
"**/test_*.py" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF", "TRY003", "TRY301"]
17-
"**/*_test.py" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S108", "S113", "S603", "S607", "SLF", "TRY003", "TRY301"]
14+
"tests/**" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PGH003", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S104", "S105", "S106", "S108", "S113", "S324", "S603", "S607", "S608", "SLF", "TRY003", "TRY301"]
15+
"**/tests/**" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PGH003", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S104", "S105", "S106", "S108", "S113", "S324", "S603", "S607", "S608", "SLF", "TRY003", "TRY301"]
16+
"**/test_*.py" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PGH003", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S104", "S105", "S106", "S108", "S113", "S324", "S603", "S607", "S608", "SLF", "TRY003", "TRY301"]
17+
"**/*_test.py" = ["ANN", "ARG", "ASYNC", "BLE001", "D", "DTZ", "E722", "FBT003", "INP001", "N", "PGH003", "PLC", "PLR2004", "PLW0603", "PLW1641", "RET", "RUF012", "RUF100", "S104", "S105", "S106", "S108", "S113", "S324", "S603", "S607", "S608", "SLF", "TRY003", "TRY301"]
1818

1919
[tool.poetry]
2020
version = "0.0.0"
@@ -37,7 +37,7 @@ jinja2 = "3.1.6"
3737

3838
[tool.poetry.group.dev.dependencies]
3939
prospector = { version = "1.17.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
40-
prospector-profile-utils = "1.26.4"
40+
prospector-profile-utils = "1.26.5"
4141
prospector-profile-duplicated = "1.10.5"
4242
pytest = "8.4.1"
4343
types-docutils = "0.21.0.20250604"

0 commit comments

Comments
 (0)