Skip to content

Commit

Permalink
Merge branch 'main' into dhruv/pgv
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-anand-aintech committed May 16, 2024
2 parents 2069c1a + a4be436 commit cb7e7ff
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "dhruv-anand-aintech",
"name": "Dhruv Anand",
"avatar_url": "https://avatars.githubusercontent.com/u/105786647?v=4",
"profile": "http://ainorthstartech.com",
"contributions": [
"code",
"bug",
"doc"
]
},
{
"login": "Horcruxno13",
"name": "Jayesh Rathi",
"avatar_url": "https://avatars.githubusercontent.com/u/72295379?v=4",
"profile": "https://github.com/Horcruxno13",
"contributions": [
"code"
]
},
{
"login": "tottenjordan",
"name": "Jordan Totten",
"avatar_url": "https://avatars.githubusercontent.com/u/39886184?v=4",
"profile": "https://www.linkedin.com/in/jordantotten/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "vector-io",
"projectOwner": "AI-Northstar-Tech"
}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.3
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
Expand Down
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Vector IO
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<p>
<a href="https://pypi.org/project/vdf-io/"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/vdf-io"></a>
Expand Down Expand Up @@ -301,3 +304,30 @@ You can opt out this by setting the environment variable `DISABLE_TELEMETRY_VECT
## Questions

If you have any questions, please open an issue on the repo or message Dhruv Anand on [LinkedIn](https://www.linkedin.com/in/dhruv-anand-ainorthstartech/)

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://ainorthstartech.com"><img src="https://avatars.githubusercontent.com/u/105786647?v=4?s=100" width="100px;" alt="Dhruv Anand"/><br /><sub><b>Dhruv Anand</b></sub></a><br /><a href="https://github.com/AI-Northstar-Tech/vector-io/commits?author=dhruv-anand-aintech" title="Code">💻</a> <a href="https://github.com/AI-Northstar-Tech/vector-io/issues?q=author%3Adhruv-anand-aintech" title="Bug reports">🐛</a> <a href="https://github.com/AI-Northstar-Tech/vector-io/commits?author=dhruv-anand-aintech" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Horcruxno13"><img src="https://avatars.githubusercontent.com/u/72295379?v=4?s=100" width="100px;" alt="Jayesh Rathi"/><br /><sub><b>Jayesh Rathi</b></sub></a><br /><a href="https://github.com/AI-Northstar-Tech/vector-io/commits?author=Horcruxno13" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/jordantotten/"><img src="https://avatars.githubusercontent.com/u/39886184?v=4?s=100" width="100px;" alt="Jordan Totten"/><br /><sub><b>Jordan Totten</b></sub></a><br /><a href="https://github.com/AI-Northstar-Tech/vector-io/commits?author=tottenjordan" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit cb7e7ff

Please sign in to comment.