We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b894df + 7b41599 commit 65f1fa0Copy full SHA for 65f1fa0
.github/workflows/linter.yaml
@@ -64,4 +64,4 @@ jobs:
64
VALIDATE_GIT_COMMITLINT: false
65
MARKDOWN_CONFIG_FILE: .markdownlint.json
66
PYTHON_MYPY_CONFIG_FILE: .mypy.ini
67
- FILTER_REGEX_EXCLUDE: "^examples/.*"
+ FILTER_REGEX_EXCLUDE: "^(examples/.*|CHANGELOG.md)$"
CHANGELOG.md
@@ -6,5 +6,3 @@
6
### Documentation
7
8
* Write/Update Docstrings for Classes/Methods ([#59](https://github.com/google/a2a-python/issues/59)) ([9f773ef](https://github.com/google/a2a-python/commit/9f773eff4dddc4eec723d519d0050f21b9ccc042))
9
-
10
-## Changelog
0 commit comments