This commit is contained in:
David Robertson 2022-03-04 12:01:51 +00:00 committed by GitHub
parent 4aeb00ca20
commit 36071d39f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -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
changelog.d/12153.misc Normal file
View File

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

View File

@ -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