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.
1 parent c7989c6 commit b9348baCopy full SHA for b9348ba
README.md
@@ -41,4 +41,4 @@ s3_client = session.session.client(service_name="s3")
41
42
## Contributing
43
44
-Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for instructions.
+Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for step by step instructions.
docs/contributing.md
@@ -12,6 +12,12 @@ Install poetry. Follow the instructions to do that [here](https://python-poetry.
12
$ poetry install
13
```
14
15
+Install the pre-commit scripts like so.
16
+
17
+```bash
18
+$ pre-commit install`
19
+```
20
21
Make your changes.
22
23
## Testing
0 commit comments