Skip to content

Commit

Permalink
Exclude release notes from ruff (#874)
Browse files Browse the repository at this point in the history
* Exclude release notes from ruff

* Add template to release notes
  • Loading branch information
danielhuppmann authored Aug 7, 2024
1 parent da98de0 commit bc56c53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Next release

- [#xxx](https://github.com/IAMconsortium/pyam/pull/xxx) Description of the PR

# Release v2.2.4

Support filtering by a `measurand` argument with tuples of variable and units
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ requires = ["poetry-core>=1.2.0", "poetry-dynamic-versioning"]
[tool.ruff]
# Exclude a variety of commonly ignored directories.
exclude = [
"RELEASE_NOTES.md",
".git",
".ipynb_checkpoints",
".mypy_cache",
Expand Down

0 comments on commit bc56c53

Please sign in to comment.