Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agogosml_cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint: ## check python style
flake8 cli tests
pylint cli
bandit -c .banditrc -r cli
isort --skip-glob '**/cli/templates/**' --check-only --recursive cli
isort --check-only --recursive cli

test:
## Fail fast in CI, maxfail=1
Expand Down
2 changes: 2 additions & 0 deletions agogosml_cli/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ test = pytest
[isort]
force_single_line = True
line_length = 120
skip_glob = templates
known_first_party = cli

[tool:pytest]
norecursedirs =
Expand Down