소스 검색

Changelog (#12153)

tags/v1.55.0rc1
David Robertson 2 년 전
committed by GitHub
부모
커밋
36071d39f7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
3개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      .github/workflows/tests.yml
  2. +1
    -0
      changelog.d/12153.misc
  3. +0
    -1
      tox.ini

+ 1
- 0
.github/workflows/tests.yml 파일 보기

@@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install -e .
- run: scripts-dev/generate_sample_config.sh --check
- run: scripts-dev/config-lint.sh

lint:
runs-on: ubuntu-latest


+ 1
- 0
changelog.d/12153.misc 파일 보기

@@ -0,0 +1 @@
Move CI checks out of tox, to facilitate a move to using poetry.

+ 0
- 1
tox.ini 파일 보기

@@ -151,7 +151,6 @@ extras = lint
commands =
python -m black --check --diff {[base]lint_targets}
flake8 {[base]lint_targets} {env:PEP8SUFFIX:}
{toxinidir}/scripts-dev/config-lint.sh

[testenv:check_isort]
extras = lint


불러오는 중...
취소
저장