Skip to content

Commit 457445f

Browse files
Bump copier from 9.11.3 to 9.12.0 in the python-packages group (#25)
* Bump copier from 9.11.3 to 9.12.0 in the python-packages group Bumps the python-packages group with 1 update: [copier](https://github.com/copier-org/copier). Updates `copier` from 9.11.3 to 9.12.0 - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](copier-org/copier@v9.11.3...v9.12.0) --- updated-dependencies: - dependency-name: copier dependency-version: 9.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> * linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: d33bs <ekgto445@gmail.com>
1 parent 26b531e commit 457445f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: detect-private-key
1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: "v2.12.1"
12+
rev: "v2.16.2"
1313
hooks:
1414
- id: pyproject-fmt
1515
- repo: https://github.com/citation-file-format/cffconvert
@@ -39,12 +39,12 @@ repos:
3939
- id: yamllint
4040
exclude: pre-commit-config.yaml
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.15.0"
42+
rev: "v0.15.4"
4343
hooks:
4444
- id: ruff-format
4545
- id: ruff-check
4646
- repo: https://github.com/rhysd/actionlint
47-
rev: v1.7.10
47+
rev: v1.7.11
4848
hooks:
4949
- id: actionlint
5050
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ lint.select = [
5757
# Ignore `F401` (unused imports) for `__init__.py` file
5858
lint.per-file-ignores."__init__.py" = [ "F401" ]
5959

60-
[tool.pytest.ini_options]
61-
pythonpath = [ "." ]
60+
[tool.pytest]
61+
ini_options.pythonpath = [ "." ]
6262

6363
[tool.vulture]
6464
min_confidence = 90

uv.lock

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

0 commit comments

Comments
 (0)