Closed jsnel closed 3 years ago
:octocat: Repo | :memo: Issues | :department_store: Marketplace
:octocat: Repo | :memo: Issues | :department_store: Marketplace
:octocat: Repo | :memo: Issues | :department_store: Marketplace
:octocat: Repo | :memo: Issues | :department_store: Marketplace
:octocat: Repo | :memo: Issues | :department_store: Marketplace
:octocat: Repo | :memo: Issues | :department_store: Marketplace
Base PullRequest
default branch (https://github.com/glotaran/pyglotaran-examples/tree/main)
Command results
Details:
add path
```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```pip install pre-commit
```Shell Collecting pre-commit Downloading pre_commit-2.12.0-py2.py3-none-any.whl (189 kB) Collecting nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting pyyaml>=5.1 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting cfgv>=2.0.0 Downloading cfgv-3.2.0-py2.py3-none-any.whl (7.3 kB) Collecting identify>=1.0.0 Downloading identify-2.2.3-py2.py3-none-any.whl (98 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.4.3-py2.py3-none-any.whl (7.2 MB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting six<2,>=1.9.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting filelock<4,>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Installing collected packages: six, filelock, distlib, appdirs, virtualenv, toml, pyyaml, nodeenv, identify, cfgv, pre-commit Successfully installed appdirs-1.4.4 cfgv-3.2.0 distlib-0.3.1 filelock-3.0.12 identify-2.2.3 nodeenv-1.6.0 pre-commit-2.12.0 pyyaml-5.4.1 six-1.15.0 toml-0.10.2 virtualenv-20.4.3 ```pre-commit autoupdate || (exit 0);
```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... [INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. already up to date. Updating https://github.com/asottile/setup-cfg-fmt ... [INFO] Initializing environment for https://github.com/asottile/setup-cfg-fmt. already up to date. Updating https://github.com/asottile/pyupgrade ... [INFO] Initializing environment for https://github.com/asottile/pyupgrade. updating v2.11.0 -> v2.12.0. Updating https://github.com/python/black ... [INFO] Initializing environment for https://github.com/python/black. already up to date. Updating https://github.com/PyCQA/isort ... [INFO] Initializing environment for https://github.com/PyCQA/isort. already up to date. Updating https://github.com/asottile/yesqa ... [INFO] Initializing environment for https://github.com/asottile/yesqa. already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. already up to date. Updating https://github.com/codespell-project/codespell ... [INFO] Initializing environment for https://github.com/codespell-project/codespell. already up to date. ```pre-commit run -a || (exit 0);
```Shell [INFO] Initializing environment for https://github.com/asottile/yesqa:flake8-docstrings. [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/asottile/setup-cfg-fmt. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/asottile/pyupgrade. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/python/black. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/PyCQA/isort. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://github.com/asottile/yesqa. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... [INFO] Installing environment for https://gitlab.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/codespell-project/codespell. [INFO] Once installed this environment will be reused. [INFO] This may take a few minutes... Check python ast.........................................................Passed Check builtin type constructor use.......................................Passed Check for merge conflicts................................................Passed Fix End of Files.........................................................Passed Trim Trailing Whitespace.................................................Passed Debug Statements (Python)................................................Passed Fix python encoding pragma...............................................Passed setup-cfg-fmt............................................................Passed pyupgrade................................................................Passed black....................................................................Passed isort....................................................................Passed Strip unnecessary `# noqa`s..............................................Passed flake8...................................................................Passed codespell................................................................Passed ```Changed files
Changed file:
- .pre-commit-config.yaml:octocat: Repo | :memo: Issues | :department_store: Marketplace