⬆️ UPGRADE: Autoupdate pre-commit config#22
Open
github-actions[bot] wants to merge 52 commits into
Open
Conversation
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.10-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.30.0-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.7-py3-none-any.whl.metadata (11 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.10-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.7-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.10 nodeenv-1.9.1 platformdirs-4.3.7 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.30.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter]
==> File /tmp/tmppghchbv9/.pre-commit-hooks.yaml
==> At Hook(id='docformatter-venv')
==> At key: language
=====> Expected one of conda, coursier, dart, docker, docker_image, dotnet, fail, golang, haskell, julia, lua, node, perl, pygrep, python, r, ruby, rust, script, swift, system but got: 'python_venv'
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.7 -> v0.11.8
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff-format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.10-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.10-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 191.1 MB/s eta 0:00:00
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.10 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] updating 06907d0 -> v1.7.7
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.8 -> v0.11.9
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff-format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.10-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.10-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 36.6 MB/s eta 0:00:00
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 102.6 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.10 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.9 -> v0.11.10
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier:prettier@3.3.3.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Initializing environment for https://github.com/econchick/interrogate.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Initializing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/econchick/interrogate.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/rhysd/actionlint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.12-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 58.3 MB/s eta 0:00:00
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 155.6 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.5.1 -> v2.6.0
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.10 -> v0.11.11
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier:prettier@3.3.3.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Initializing environment for https://github.com/econchick/interrogate.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Initializing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/econchick/interrogate.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/rhysd/actionlint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.11 -> v0.11.12
[https://github.com/pre-commit/mirrors-mypy] updating v1.15.0 -> v1.16.0
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.12 -> v0.11.13
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 1 error.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.13 -> v0.12.0
[https://github.com/pre-commit/mirrors-mypy] updating v1.16.0 -> v1.16.1
[https://github.com/PyCQA/flake8] updating 7.2.0 -> 7.3.0
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 2 errors.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.12-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 103.5 MB/s eta 0:00:00
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 195.0 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.0 -> v0.12.1
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier:prettier@3.3.3.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Initializing environment for https://github.com/econchick/interrogate.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Initializing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/econchick/interrogate.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/rhysd/actionlint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 2 errors.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
Using cached distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.1 -> v0.12.2
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 2 errors.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.31.2-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.12-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 66.0 MB/s eta 0:00:00
Downloading virtualenv-20.31.2-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 209.8 MB/s eta 0:00:00
Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.3.9 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.31.2pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.2 -> v0.12.3
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier:prettier@3.3.3.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Initializing environment for https://github.com/econchick/interrogate.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Initializing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/econchick/interrogate.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/rhysd/actionlint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 2 errors.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.32.0-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Downloading distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.12-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 58.3 MB/s eta 0:00:00
Downloading virtualenv-20.32.0-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 157.4 MB/s eta 0:00:00
Downloading distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.32.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.3 -> v0.12.4
[https://github.com/pre-commit/mirrors-mypy] updating v1.16.1 -> v1.17.0
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-prettier:prettier@3.3.3.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/PyCQA/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/flake8:pydoclint==0.5.6.
[INFO] Initializing environment for https://github.com/econchick/interrogate.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Initializing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/MarcoGorelli/absolufy-imports.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-prettier.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/econchick/interrogate.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/rhysd/actionlint.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/ComPWA/taplo-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Passed
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Passed
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:203: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:212: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 2 errors.
[*] 1 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Using cached virtualenv-20.32.0-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Using cached virtualenv-20.32.0-py3-none-any.whl (6.1 MB)
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.32.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] updating v1.7.7 -> v1.7.8-rc1
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.4 -> v0.12.5
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Failed
- hook id: docformatter
- exit code: 3
- files were modified by this hook
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Failed
- hook id: ruff-format
- files were modified by this hook
9 files reformatted
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:210: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:219: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
odiff_py/utils.py:61:23: RUF100 [*] Unused `noqa` directive (unused: `E501`)
|
59 | -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
60 | transform: scaleX(1) scaleY(1) scaleZ(1);
61 | """.splitlines() # noqa: E501
| ^^^^^^^^^^^^ RUF100
62 | )
|
= help: Remove unused `noqa` directive
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 3 errors.
[*] 2 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged 2 files:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.12-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.33.0-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Using cached pre_commit-4.2.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.12-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Downloading virtualenv-20.33.0-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 233.0 MB/s eta 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.18.0 identify-2.6.12 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.2.0 pyyaml-6.0.2 virtualenv-20.33.0stderr:[notice] A new release of pip is available: 25.1.1 -> 25.2
[notice] To update, run: pip install --upgrade pippre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.5 -> v0.12.7
[https://github.com/pre-commit/mirrors-mypy] updating v1.17.0 -> v1.17.1
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Failed
- hook id: docformatter
- exit code: 3
- files were modified by this hook
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Failed
- hook id: ruff-format
- files were modified by this hook
9 files reformatted
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:210: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:219: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
odiff_py/utils.py:61:23: RUF100 [*] Unused `noqa` directive (unused: `E501`)
|
59 | -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
60 | transform: scaleX(1) scaleY(1) scaleZ(1);
61 | """.splitlines() # noqa: E501
| ^^^^^^^^^^^^ RUF100
62 | )
|
= help: Remove unused `noqa` directive
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 3 errors.
[*] 2 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Downloading pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Downloading identify-2.6.13-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.33.1-py3-none-any.whl.metadata (4.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.12.2 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
Downloading pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Downloading identify-2.6.13-py2.py3-none-any.whl (99 kB)
Using cached nodeenv-1.9.1-py2.py3-none-any.whl (22 kB)
Using cached PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB)
Downloading virtualenv-20.33.1-py3-none-any.whl (6.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.1/6.1 MB 115.6 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.18.0-py3-none-any.whl (16 kB)
Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
Installing collected packages: distlib, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.18.0 identify-2.6.13 nodeenv-1.9.1 platformdirs-4.3.8 pre-commit-4.3.0 pyyaml-6.0.2 virtualenv-20.33.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] updating v5.0.0 -> v6.0.0
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.12.7 -> v0.12.8
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/docformatter.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
pyproject-fmt............................................................Passed
check python ast.........................................................Passed
check builtin type constructor use.......................................Passed
fix end of files.........................................................Passed
check for case conflicts.................................................Passed
trim trailing whitespace.................................................Passed
debug statements (python)................................................Passed
mixed line ending........................................................Passed
docformatter.............................................................Failed
- hook id: docformatter
- exit code: 3
- files were modified by this hook
absolufy-imports.........................................................Passed
prettier.................................................................Passed
ruff sort imports........................................................Passed
ruff format..............................................................Failed
- hook id: ruff-format
- files were modified by this hook
9 files reformatted
ruff lint................................................................Failed
- hook id: ruff
- exit code: 1
warning: Invalid `# noqa` directive on hatch_build.py:128: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on hatch_build.py:145: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/wrapper.py:79: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:210: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
warning: Invalid `# noqa` directive on odiff_py/utils.py:219: expected a comma-separated list of codes (e.g., `# noqa: F401, F841`).
odiff_py/utils.py:61:23: RUF100 [*] Unused `noqa` directive (unused: `E501`)
|
59 | -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
60 | transform: scaleX(1) scaleY(1) scaleZ(1);
61 | """.splitlines() # noqa: E501
| ^^^^^^^^^^^^ RUF100
62 | )
|
= help: Remove unused `noqa` directive
tests/test_wrapper.py:141:5: PLC0415 `import` should be at the top-level of a file
|
139 | def test_odiff_cli_error(monkeypatch: pytest.MonkeyPatch, default_test_args: DefaultTestArgs):
140 | """Runtime error is raised when running odiff fails with non result returncode."""
141 | import odiff_py.wrapper
| ^^^^^^^^^^^^^^^^^^^^^^^ PLC0415
142 |
143 | with monkeypatch.context() as m:
|
tests/test_wrapper.py:159:22: TC006 [*] Add quotes to type expression in `typing.cast()`
|
157 | def test_result_md_repr_no_diff(default_test_args: DefaultTestArgs):
158 | """MD repr is as expected."""
159 | test_args = cast(DefaultTestArgs, default_test_args | {"comparing": TEST_DATA / "tiger-1.jpg"})
| ^^^^^^^^^^^^^^^ TC006
160 | result = odiff(**test_args)
161 | assert result._repr_markdown_() == "Images are identical."
|
= help: Add quotes
Found 3 errors.
[*] 2 fixable with the `--fix` option.
mypy.....................................................................Passed
flake8 lint docstrings...................................................Passed
interrogate..............................................................Passed
codespell................................................................Passed
Lint GitHub Actions workflow files.......................................Passed
taplo-format.............................................................Passed
taplo-lint...............................................................PassedChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.36.1-py3-none-any.whl.metadata (4.7 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-20.36.1-py3-none-any.whl (6.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 164.4 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-20.36.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.14.13 -> v0.14.14
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repolvbjj3_2/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing /home/runner/.cache/pre-commit/repolvbjj3_2
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.11.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.11.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.36.1-py3-none-any.whl.metadata (4.7 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-20.36.1-py3-none-any.whl (6.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 163.4 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-20.36.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.11.1 -> v2.12.1
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] already up to date!
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo6p09ok13/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing /home/runner/.cache/pre-commit/repo6p09ok13
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.12.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.12.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.36.1-py3-none-any.whl.metadata (4.7 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-20.36.1-py3-none-any.whl (6.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 151.0 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-20.36.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.12.1 -> v2.14.2
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.14.14 -> v0.15.0
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/reporv4g1q_o/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing /home/runner/.cache/pre-commit/reporv4g1q_o
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.14.2 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.14.2
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.36.1-py3-none-any.whl.metadata (4.7 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<4,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-20.36.1-py3-none-any.whl (6.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 68.5 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-20.36.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.14.2 -> v2.16.0
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.0 -> v0.15.1
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] updating v1.7.10 -> v1.7.11
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repoduq1dul8/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing /home/runner/.cache/pre-commit/repoduq1dul8
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.16.0 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.16.0
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-20.38.0-py3-none-any.whl.metadata (5.1 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-20.38.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 90.9 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-20.38.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.16.0 -> v2.16.1
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.1 -> v0.15.2
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repoqueupjz6/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.16.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.16.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.1.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.1.0-py3-none-any.whl.metadata (4.0 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.1.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 202.3 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.1.0-py3-none-any.whl (30 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.1.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.1.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.16.1 -> v2.16.2
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.2 -> v0.15.4
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo8xg9jk3k/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.16.2 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.16.2
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.1.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.1.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 117.6 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.1.1-py3-none-any.whl (30 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.1.1 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.1.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.4 -> v0.15.5
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] updating v2.4.1 -> v2.4.2
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repoiyjf3h6n/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.16.2 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.16.2
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.1.3-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 153.8 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.1.3-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.1.3 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.16.2 -> v2.18.1
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.5 -> v0.15.6
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo8chjosik/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.18.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.18.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.0-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 71.2 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.0-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.18.1 -> v2.20.0
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.6 -> v0.15.7
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repoe3iyu65d/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.20.0 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.20.0
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.1-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 53.8 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.1-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.1 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.7 -> v0.15.8
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repoxnbfrkxx/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.20.0 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.20.0
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.0-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.1-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.0-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 70.4 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.1-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.1 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.0pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.20.0 -> v2.21.0
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.8 -> v0.15.9
[https://github.com/pre-commit/mirrors-mypy] updating v1.19.1 -> v1.20.0
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] updating v1.7.11 -> v1.7.12
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo7kiclhgb/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.21.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.21.0 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.21.0
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.1-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.2-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.1-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 213.9 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.2-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.2 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.9 -> v0.15.10
[https://github.com/pre-commit/mirrors-mypy] already up to date!
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo9rx32nbj/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.21.0 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.21.0 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.21.0
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.4-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1.2.2 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.2-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.4-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 55.4 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.2-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.2 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.4pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.21.0 -> v2.21.1
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.10 -> v0.15.11
[https://github.com/pre-commit/mirrors-mypy] updating v1.20.0 -> v1.20.1
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repotgzpx0zl/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.21.0 Requires-Python >=3.10; 2.21.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.21.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.21.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.2.4-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1.2.2 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.2.2-py3-none-any.whl.metadata (5.4 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.2.4-py3-none-any.whl (5.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/5.8 MB 199.5 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.2.2-py3-none-any.whl (31 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.2.2 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.2.4pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] already up to date!
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] updating v1.7.7 -> v1.7.8
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] updating v0.15.11 -> v0.15.12
[https://github.com/pre-commit/mirrors-mypy] updating v1.20.1 -> v1.20.2
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repor1lba52_/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.21.0 Requires-Python >=3.10; 2.21.1 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.21.1 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.21.1
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
Contributor
Author
Command resultsDetails:add path/home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/binpip install pre-commitCollecting pre-commit
Using cached pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting cfgv>=2.0.0 (from pre-commit)
Using cached cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting identify>=1.0.0 (from pre-commit)
Using cached identify-2.6.15-py2.py3-none-any.whl.metadata (4.4 kB)
Collecting nodeenv>=0.11.1 (from pre-commit)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl.metadata (24 kB)
Collecting pyyaml>=5.1 (from pre-commit)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting virtualenv>=20.10.0 (from pre-commit)
Downloading virtualenv-21.3.1-py3-none-any.whl.metadata (3.5 kB)
Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit)
Using cached distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting filelock<=3.19.1,>=3.16.1 (from virtualenv>=20.10.0->pre-commit)
Using cached filelock-3.19.1-py3-none-any.whl.metadata (2.1 kB)
Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit)
Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB)
Collecting python-discovery>=1.2.2 (from virtualenv>=20.10.0->pre-commit)
Downloading python_discovery-1.3.0-py3-none-any.whl.metadata (5.5 kB)
Collecting typing-extensions>=4.13.2 (from virtualenv>=20.10.0->pre-commit)
Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Using cached pre_commit-4.3.0-py2.py3-none-any.whl (220 kB)
Using cached cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB)
Using cached identify-2.6.15-py2.py3-none-any.whl (99 kB)
Downloading nodeenv-1.10.0-py2.py3-none-any.whl (23 kB)
Using cached pyyaml-6.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (750 kB)
Downloading virtualenv-21.3.1-py3-none-any.whl (7.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 187.6 MB/s 0:00:00
Using cached distlib-0.4.0-py2.py3-none-any.whl (469 kB)
Using cached filelock-3.19.1-py3-none-any.whl (15 kB)
Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB)
Downloading python_discovery-1.3.0-py3-none-any.whl (33 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Installing collected packages: distlib, typing-extensions, pyyaml, platformdirs, nodeenv, identify, filelock, cfgv, python-discovery, virtualenv, pre-commit
Successfully installed cfgv-3.4.0 distlib-0.4.0 filelock-3.19.1 identify-2.6.15 nodeenv-1.10.0 platformdirs-4.4.0 pre-commit-4.3.0 python-discovery-1.3.0 pyyaml-6.0.3 typing-extensions-4.15.0 virtualenv-21.3.1pre-commit autoupdate || (exit 0);[https://github.com/tox-dev/pyproject-fmt] updating v2.21.1 -> v2.21.2
[https://github.com/pre-commit/pre-commit-hooks] already up to date!
[https://github.com/PyCQA/docformatter] already up to date!
[https://github.com/MarcoGorelli/absolufy-imports] already up to date!
[https://github.com/pre-commit/mirrors-prettier] already up to date!
[https://github.com/astral-sh/ruff-pre-commit] already up to date!
[https://github.com/pre-commit/mirrors-mypy] updating v1.20.2 -> v2.0.0
[https://github.com/PyCQA/flake8] already up to date!
[https://github.com/econchick/interrogate] already up to date!
[https://github.com/codespell-project/codespell] already up to date!
[https://github.com/rhysd/actionlint] already up to date!
[https://github.com/ComPWA/taplo-pre-commit] already up to date!pre-commit run -a || (exit 0);[INFO] Initializing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter.
[INFO] Initializing environment for https://github.com/PyCQA/docformatter:tomli.
[INFO] Initializing environment for https://github.com/astral-sh/ruff-pre-commit.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Initializing environment for https://github.com/rhysd/actionlint.
[INFO] Installing environment for https://github.com/tox-dev/pyproject-fmt.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: CalledProcessError: command: ('/home/runner/.cache/pre-commit/repo21s328fs/py_env-python3.9/bin/python', '-mpip', 'install', '.')
return code: 1
stdout:
Processing ./.
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
INFO: pip is looking at multiple versions of pre-commit-placeholder-package to determine which version is compatible with other requirements. This could take a while.
stderr:
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python >=3.10; 2.11.0 Requires-Python >=3.10; 2.11.1 Requires-Python >=3.10; 2.12.0 Requires-Python >=3.10; 2.12.1 Requires-Python >=3.10; 2.13.0 Requires-Python >=3.10; 2.14.0 Requires-Python >=3.10; 2.14.1 Requires-Python >=3.10; 2.14.2 Requires-Python >=3.10; 2.15.0 Requires-Python >=3.10; 2.15.1 Requires-Python >=3.10; 2.15.2 Requires-Python >=3.10; 2.15.3 Requires-Python >=3.10; 2.16.0 Requires-Python >=3.10; 2.16.1 Requires-Python >=3.10; 2.16.2 Requires-Python >=3.10; 2.17.0 Requires-Python >=3.10; 2.18.0 Requires-Python >=3.10; 2.18.1 Requires-Python >=3.10; 2.19.0 Requires-Python >=3.10; 2.20.0 Requires-Python >=3.10; 2.21.0 Requires-Python >=3.10; 2.21.1 Requires-Python >=3.10; 2.21.2 Requires-Python >=3.10; 2.9.0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement pyproject-fmt==2.21.2 (from pre-commit-placeholder-package) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0, 1.7.0, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.8.0)
ERROR: No matching distribution found for pyproject-fmt==2.21.2
Check the log at /home/runner/.cache/pre-commit/pre-commit.logChanged filesChanged file:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base PullRequest
default branch (https://github.com/s-weigand/odiff-py/tree/main)
Command results
Details:
add path
pip install pre-commit
stderr:
[notice] A new release of pip is available: 25.0.1 -> 25.1 [notice] To update, run: pip install --upgrade pippre-commit autoupdate || (exit 0);
pre-commit run -a || (exit 0);
Changed files
Changed file: