Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update gitlab/gitlab-ee docker tag to v18#6395

chore(deps): update gitlab/gitlab-ee docker tag to v18

chore(deps): update gitlab/gitlab-ee docker tag to v18 #6395

Workflow file for this run

name:Lint
# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group:${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress:true
on:
push:
branches:
-main
pull_request:
branches:
-main
-master
env:
PY_COLORS:1
jobs:
lint:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4.2.2
with:
fetch-depth:0
-uses:actions/setup-python@v5.6.0
with:
python-version:"3.13"
-run:pip install --upgrade tox
-name:Run commitizen (https://commitizen-tools.github.io/commitizen/)
run:tox -e cz
-name:Run black code formatter (https://black.readthedocs.io/en/stable/)
run:tox -e black -- --check
-name:Run flake8 (https://flake8.pycqa.org/en/latest/)
run:tox -e flake8
-name:Run mypy static typing checker (http://mypy-lang.org/)
run:tox -e mypy
-name:Run isort import order checker (https://pycqa.github.io/isort/)
run:tox -e isort -- --check
-name:Run pylint Python code static checker (https://github.com/PyCQA/pylint)
run:tox -e pylint

[8]ページ先頭

©2009-2025 Movatter.jp