Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#141)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] and pre-commit-ci[bot] authored Oct 9, 2024
1 parent 85cdad0 commit 1c5336c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.11.0
rev: v0.11.1
hooks:
- id: reformat-pyproject

Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
- repo: https://github.com/python-formate/flake8-dunder-all
rev: v0.4.1
hooks:
- id: ensure-dunder-all
Expand Down Expand Up @@ -86,7 +86,7 @@ repos:
- id: formate
exclude: ^(repo_helper/templates/.*|doc-source/conf|__pkginfo__|setup)\.(_)?py$

- repo: https://github.com/domdfcoding/dep_checker
- repo: https://github.com/python-coincidence/dep_checker
rev: v0.8.0
hooks:
- id: dep_checker
Expand Down
2 changes: 1 addition & 1 deletion repo_helper/files/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def testenv_py312_dev(self) -> None:
# third_party_envs.append(f"testenv:py312-dev-{third_party_library}{{{','.join(third_party_versions)}}}")
# third_party_envs.append(f"testenv:py312-{third_party_library}{{{','.join(third_party_versions)}}}")

for fixup_version in ["3.12-dev", "3.12", "3.13", "3.13-dev"]:
for fixup_version in ["3.12-dev", "3.12", "3.13", "3.13-dev"]:
if fixup_version in self["python_versions"]:
setenv = self.get_setenv(False, False)
if fixup_version.startswith("3.13"):
Expand Down

0 comments on commit 1c5336c

Please sign in to comment.