Skip to content
Snippets Groups Projects
Unverified Commit 36071d39 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Changelog (#12153)

parent 4aeb00ca
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Move CI checks out of tox, to facilitate a move to using poetry.
\ No newline at end of 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment