Skip to content

Commit cfe43eb

Browse files
committed
Update changelog and contributing
1 parent 2ae0f51 commit cfe43eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
### Added
1717
- `opentelemetry-instrumentation`: botocore: Add support for AWS Secrets Manager semantic convention attribute
1818
([#3765](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3765))
19+
- Add `rstcheck` to pre-commit to stop introducing invalid RST
20+
([#3777](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3777))
21+
1922

2023
## Version 1.37.0/0.58b0 (2025-09-11)
2124

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can run `tox` with the following arguments:
8585
* `tox -e generate-workflows` to run creation of new CI workflows if tox environments have been updated
8686
* `tox -e ruff` to run ruff linter and formatter checks against the entire codebase
8787

88-
`ruff check` and `ruff format` are executed when `tox -e ruff` is run. We strongly recommend you to configure [pre-commit](https://pre-commit.com/) locally to run `ruff` automatically before each commit by installing it as git hooks. You just need to [install pre-commit](https://pre-commit.com/#install) in your environment:
88+
`ruff check` and `ruff format` are executed when `tox -e ruff` is run. We strongly recommend you to configure [pre-commit](https://pre-commit.com/) locally to run `ruff` and `rstcheck` automatically before each commit by installing it as git hooks. You just need to [install pre-commit](https://pre-commit.com/#install) in your environment:
8989

9090
```console
9191
pip install pre-commit -c dev-requirements.txt

0 commit comments

Comments
 (0)