Skip to content

Commit cb7e7ff

Browse files
Merge branch 'main' into dhruv/pgv
2 parents 2069c1a + a4be436 commit cb7e7ff

File tree

3 files changed

+77
-1
lines changed

3 files changed

+77
-1
lines changed

.all-contributorsrc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "dhruv-anand-aintech",
12+
"name": "Dhruv Anand",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/105786647?v=4",
14+
"profile": "http://ainorthstartech.com",
15+
"contributions": [
16+
"code",
17+
"bug",
18+
"doc"
19+
]
20+
},
21+
{
22+
"login": "Horcruxno13",
23+
"name": "Jayesh Rathi",
24+
"avatar_url": "https://avatars.githubusercontent.com/u/72295379?v=4",
25+
"profile": "https://github.com/Horcruxno13",
26+
"contributions": [
27+
"code"
28+
]
29+
},
30+
{
31+
"login": "tottenjordan",
32+
"name": "Jordan Totten",
33+
"avatar_url": "https://avatars.githubusercontent.com/u/39886184?v=4",
34+
"profile": "https://www.linkedin.com/in/jordantotten/",
35+
"contributions": [
36+
"code"
37+
]
38+
}
39+
],
40+
"contributorsPerLine": 7,
41+
"skipCi": true,
42+
"repoType": "github",
43+
"repoHost": "https://github.com",
44+
"projectName": "vector-io",
45+
"projectOwner": "AI-Northstar-Tech"
46+
}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.4.3
5+
rev: v0.4.4
66
hooks:
77
# Run the linter.
88
- id: ruff

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Vector IO
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

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

303306
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/)
307+
308+
## Contributors
309+
310+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
311+
<!-- prettier-ignore-start -->
312+
<!-- markdownlint-disable -->
313+
<table>
314+
<tbody>
315+
<tr>
316+
<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>
317+
<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>
318+
<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>
319+
</tr>
320+
</tbody>
321+
</table>
322+
323+
<!-- markdownlint-restore -->
324+
<!-- prettier-ignore-end -->
325+
326+
<!-- ALL-CONTRIBUTORS-LIST:END -->
327+
<!-- prettier-ignore-start -->
328+
<!-- markdownlint-disable -->
329+
330+
<!-- markdownlint-restore -->
331+
<!-- prettier-ignore-end -->
332+
333+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)