Changelog (#12153)
This commit is contained in:
parent
4aeb00ca20
commit
36071d39f7
|
@ -17,6 +17,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
- run: pip install -e .
|
- run: pip install -e .
|
||||||
- run: scripts-dev/generate_sample_config.sh --check
|
- run: scripts-dev/generate_sample_config.sh --check
|
||||||
|
- run: scripts-dev/config-lint.sh
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Move CI checks out of tox, to facilitate a move to using poetry.
|
1
tox.ini
1
tox.ini
|
@ -151,7 +151,6 @@ extras = lint
|
||||||
commands =
|
commands =
|
||||||
python -m black --check --diff {[base]lint_targets}
|
python -m black --check --diff {[base]lint_targets}
|
||||||
flake8 {[base]lint_targets} {env:PEP8SUFFIX:}
|
flake8 {[base]lint_targets} {env:PEP8SUFFIX:}
|
||||||
{toxinidir}/scripts-dev/config-lint.sh
|
|
||||||
|
|
||||||
[testenv:check_isort]
|
[testenv:check_isort]
|
||||||
extras = lint
|
extras = lint
|
||||||
|
|
Loading…
Reference in New Issue