glotaran / pyglotaran-examples

This repository hold examples showcasing the use of the pyglotaran package
MIT License
5 stars 7 forks source link

⬆️ UPGRADE: Autoupdate pre-commit config #12

Closed jsnel closed 3 years ago

jsnel commented 3 years ago

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

jsnel commented 3 years ago

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 virtualenv>=20.0.8 Downloading virtualenv-20.4.3-py2.py3-none-any.whl (7.2 MB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 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 identify>=1.0.0 Downloading identify-2.2.3-py2.py3-none-any.whl (98 kB) Collecting cfgv>=2.0.0 Downloading cfgv-3.2.0-py2.py3-none-any.whl (7.3 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 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) 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 ... already up to date. Updating https://github.com/asottile/setup-cfg-fmt ... already up to date. Updating https://github.com/asottile/pyupgrade ... already up to date. Updating https://github.com/python/black ... already up to date. Updating https://github.com/PyCQA/isort ... already up to date. Updating https://github.com/asottile/yesqa ... already up to date. Updating https://gitlab.com/pycqa/flake8 ... [INFO] Initializing environment for https://gitlab.com/pycqa/flake8. updating 3.9.0 -> 3.9.1. Updating https://github.com/codespell-project/codespell ... already up to date. ```
pre-commit run -a || (exit 0); ```Shell [INFO] Installing environment for https://gitlab.com/pycqa/flake8. [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....................................................................Failed - hook id: isort - files were modified by this hook Fixing /home/runner/work/pyglotaran-examples/pyglotaran-examples/scripts/run_examples.py Strip unnecessary `# noqa`s..............................................Passed flake8...................................................................Passed codespell................................................................Passed ```

Changed files

Changed 2 files: - .pre-commit-config.yaml - scripts/run_examples.py

:octocat: Repo | :memo: Issues | :department_store: Marketplace

jsnel commented 3 years ago

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.1-py2.py3-none-any.whl (189 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 nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.4.4-py2.py3-none-any.whl (7.2 MB) Collecting identify>=1.0.0 Downloading identify-2.2.4-py2.py3-none-any.whl (98 kB) Collecting filelock<4,>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting six<2,>=1.9.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 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.4 nodeenv-1.6.0 pre-commit-2.12.1 pyyaml-5.4.1 six-1.15.0 toml-0.10.2 virtualenv-20.4.4 ```
pre-commit autoupdate || (exit 0); ```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... already up to date. Updating 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.12.0 -> v2.13.0. Updating https://github.com/python/black ... already up to date. Updating https://github.com/PyCQA/isort ... already up to date. Updating 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 ... already up to date. ```
pre-commit run -a || (exit 0); ```Shell [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://gitlab.com/pycqa/flake8. [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

jsnel commented 3 years ago

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.1-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 cfgv>=2.0.0 Downloading cfgv-3.2.0-py2.py3-none-any.whl (7.3 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.4.4-py2.py3-none-any.whl (7.2 MB) Collecting pyyaml>=5.1 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting identify>=1.0.0 Downloading identify-2.2.4-py2.py3-none-any.whl (98 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 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) Collecting six<2,>=1.9.0 Downloading six-1.15.0-py2.py3-none-any.whl (10 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.4 nodeenv-1.6.0 pre-commit-2.12.1 pyyaml-5.4.1 six-1.15.0 toml-0.10.2 virtualenv-20.4.4 ``` ### stderr: ```Shell WARNING: Value for scheme.headers does not match. Please report this to distutils: /opt/hostedtoolcache/Python/3.9.4/x64/include/python3.9/UNKNOWN sysconfig: /opt/hostedtoolcache/Python/3.9.4/x64/include/python3.9 WARNING: Additional context: user = False home = None root = None prefix = None WARNING: Value for scheme.headers does not match. Please report this to distutils: /opt/hostedtoolcache/Python/3.9.4/x64/include/python3.9/UNKNOWN sysconfig: /opt/hostedtoolcache/Python/3.9.4/x64/include/python3.9 WARNING: Additional context: user = False home = None root = None prefix = None WARNING: You are using pip version 21.1; however, version 21.1.1 is available. You should consider upgrading via the '/opt/hostedtoolcache/Python/3.9.4/x64/bin/python -m pip install --upgrade pip' command. ```
pre-commit autoupdate || (exit 0); ```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... already up to date. Updating 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. already up to date. Updating https://github.com/python/black ... [INFO] Initializing environment for https://github.com/python/black. updating 20.8b1 -> 21.4b2. Updating https://github.com/PyCQA/isort ... already up to date. Updating https://github.com/asottile/yesqa ... [INFO] Initializing environment for https://github.com/asottile/yesqa. updating v1.2.2 -> v1.2.3. 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 ... 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/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/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... 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....................................................................Failed - hook id: black - files were modified by this hook reformatted pyglotaran_examples/boilerplate.py All done! ✨ 🍰 ✨ 1 file reformatted, 24 files left unchanged. isort....................................................................Passed Strip unnecessary `# noqa`s..............................................Passed flake8...................................................................Passed codespell................................................................Passed ```

Changed files

Changed 2 files: - .pre-commit-config.yaml - pyglotaran_examples/boilerplate.py

:octocat: Repo | :memo: Issues | :department_store: Marketplace

jsnel commented 3 years ago

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.1-py2.py3-none-any.whl (189 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.4.6-py2.py3-none-any.whl (7.2 MB) Collecting pyyaml>=5.1 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting identify>=1.0.0 Downloading identify-2.2.4-py2.py3-none-any.whl (98 kB) Collecting cfgv>=2.0.0 Downloading cfgv-3.2.0-py2.py3-none-any.whl (7.3 kB) Collecting nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting six<2,>=1.9.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting filelock<4,>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.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.4 nodeenv-1.6.0 pre-commit-2.12.1 pyyaml-5.4.1 six-1.16.0 toml-0.10.2 virtualenv-20.4.6 ```
pre-commit autoupdate || (exit 0); ```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... already up to date. Updating 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.13.0 -> v2.14.0. Updating https://github.com/python/black ... [INFO] Initializing environment for https://github.com/python/black. updating 21.4b2 -> 21.5b0. Updating 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 ... 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

jsnel commented 3 years ago

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.1-py2.py3-none-any.whl (189 kB) Collecting pyyaml>=5.1 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting virtualenv>=20.0.8 Downloading virtualenv-20.4.6-py2.py3-none-any.whl (7.2 MB) 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.4-py2.py3-none-any.whl (98 kB) Collecting toml Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 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.16.0-py2.py3-none-any.whl (11 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting filelock<4,>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.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.4 nodeenv-1.6.0 pre-commit-2.12.1 pyyaml-5.4.1 six-1.16.0 toml-0.10.2 virtualenv-20.4.6 ```
pre-commit autoupdate || (exit 0); ```Shell Updating https://github.com/pre-commit/pre-commit-hooks ... already up to date. Updating 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.14.0 -> v2.15.0. Updating https://github.com/python/black ... [INFO] Initializing environment for https://github.com/python/black. updating 21.5b0 -> 21.5b1. Updating 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. updating 3.9.1 -> 3.9.2. Updating 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

jsnel commented 3 years ago

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.1-py2.py3-none-any.whl (189 kB) Collecting pyyaml>=5.1 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) Collecting nodeenv>=0.11.1 Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB) Collecting identify>=1.0.0 Downloading identify-2.2.4-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.6-py2.py3-none-any.whl (7.2 MB) Collecting cfgv>=2.0.0 Downloading cfgv-3.3.0-py2.py3-none-any.whl (7.3 kB) Collecting filelock<4,>=3.0.0 Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB) Collecting six<2,>=1.9.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting appdirs<2,>=1.4.3 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.3.1-py2.py3-none-any.whl (335 kB) Installing collected packages: six, filelock, distlib, appdirs, virtualenv, toml, pyyaml, nodeenv, identify, cfgv, pre-commit Successfully installed appdirs-1.4.4 cfgv-3.3.0 distlib-0.3.1 filelock-3.0.12 identify-2.2.4 nodeenv-1.6.0 pre-commit-2.12.1 pyyaml-5.4.1 six-1.16.0 toml-0.10.2 virtualenv-20.4.6 ```
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. updating v3.4.0 -> v4.0.1. Updating 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.15.0 -> v2.18.1. 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 ... 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 ... 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...................................................................Failed - hook id: flake8 - exit code: 1 scripts/run_examples.py:103:100: E501 line too long (100 > 99 characters) scripts/run_examples.py:117:100: E501 line too long (104 > 99 characters) scripts/run_examples.py:126:100: E501 line too long (100 > 99 characters) codespell................................................................Passed ```

Changed files

Changed file: - .pre-commit-config.yaml

:octocat: Repo | :memo: Issues | :department_store: Marketplace