Skip to content

Commit

Permalink
Add griffe to check for breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Dec 20, 2024
1 parent 23ac354 commit b96de65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ check/types:
.PHONY: check/spell
check/spell:
@poetry run typos

.PHONY: check/breaking
check/breaking: ## Check for breaking changes.
@poetry run griffe check griptape --against main

.PHONY: docs
docs: ## Build documentation.
Expand Down
16 changes: 10 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ mdformat-gfm = "^0.4.1"
mdformat-frontmatter = "^2.0.8"
mdformat-footnote = "^0.1.1"
mdformat-admon = "^2.0.6"
griffe = { git="https://github.com/mkdocstrings/griffe.git", branch="main" }


[tool.poetry.group.docs]
Expand Down

0 comments on commit b96de65

Please sign in to comment.