Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to

- CI: use Makefile targets in Windows job and add sequential per-commit
testing triggered by the ci:per-commit label ([3967e42], [#66])
- Remove duplicated lint-shell target in Makefile ([a652654], [#67])

## [0.1.10] - 2024-12-XX

Expand Down Expand Up @@ -52,6 +53,7 @@ and this project adheres to
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9

<!-- Commit links -->
[a652654]: https://github.com/LeakIX/LeakIXClient-Python/commit/a652654
[3967e42]: https://github.com/LeakIX/LeakIXClient-Python/commit/3967e42
[ae676d9]: https://github.com/LeakIX/LeakIXClient-Python/commit/ae676d9
[65c5121]: https://github.com/LeakIX/LeakIXClient-Python/commit/65c5121
Expand All @@ -64,3 +66,4 @@ and this project adheres to

<!-- PR links -->
[#66]: https://github.com/LeakIX/LeakIXClient-Python/pull/66
[#67]: https://github.com/LeakIX/LeakIXClient-Python/issues/67
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ check: check-format lint typecheck test ## Run all checks
check-outdated: ## Check for outdated dependencies
poetry show --outdated || true

.PHONY: lint-shell
lint-shell: ## Lint shell scripts using shellcheck
shellcheck .github/scripts/*.sh

.PHONY: clean
clean: ## Clean build artifacts
rm -rf dist/ build/ *.egg-info/ .pytest_cache/ .mypy_cache/ .ruff_cache/
Expand Down
Loading