Skip to content

Commit beb2c03

Browse files
ci: Reformat nox run
1 parent 7846cb9 commit beb2c03

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/python-linter.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ jobs:
4747
python -m pip install nox
4848
- name: Lint
4949
run: |
50-
nox --error-on-missing-interpreters --non-interactive --session isort black flake8
50+
nox \
51+
--error-on-missing-interpreters \
52+
--non-interactive \
53+
--session \
54+
isort \
55+
black \
56+
flake8

0 commit comments

Comments
 (0)