forked from s-weigand/flake8-nb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
103 lines (103 loc) · 2.55 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "s-weigand",
"name": "Sebastian Weigand",
"avatar_url": "https://avatars2.githubusercontent.com/u/9513634?v=4",
"profile": "https://github.com/s-weigand",
"contributions": [
"code",
"ideas",
"maintenance",
"projectManagement",
"infra",
"test",
"doc"
]
},
{
"login": "jtmiclat",
"name": "Jt Miclat",
"avatar_url": "https://avatars0.githubusercontent.com/u/30991698?v=4",
"profile": "https://jtmiclat.me",
"contributions": [
"bug"
]
},
{
"login": "peisenha",
"name": "Philipp Eisenhauer",
"avatar_url": "https://avatars3.githubusercontent.com/u/3607591?v=4",
"profile": "http://eisenhauer.io",
"contributions": [
"bug"
]
},
{
"login": "shmokmt",
"name": "Shoma Okamoto",
"avatar_url": "https://avatars1.githubusercontent.com/u/32533860?v=4",
"profile": "https://shmokmt.github.io/",
"contributions": [
"test"
]
},
{
"login": "MarcoGorelli",
"name": "Marco Gorelli",
"avatar_url": "https://avatars2.githubusercontent.com/u/33491632?v=4",
"profile": "https://marcogorelli.github.io/",
"contributions": [
"tool",
"doc"
]
},
{
"login": "psychemedia",
"name": "Tony Hirst",
"avatar_url": "https://avatars.githubusercontent.com/u/82988?v=4",
"profile": "http://blog.ouseful.info",
"contributions": [
"ideas"
]
},
{
"login": "Dobatymo",
"name": "Dobatymo",
"avatar_url": "https://avatars.githubusercontent.com/u/7647594?v=4",
"profile": "https://github.com/Dobatymo",
"contributions": [
"bug"
]
},
{
"login": "AlpAribal",
"name": "Alp Arıbal",
"avatar_url": "https://avatars.githubusercontent.com/u/6286038?v=4",
"profile": "https://github.com/AlpAribal",
"contributions": [
"bug"
]
},
{
"login": "1kastner",
"name": "1kastner",
"avatar_url": "https://avatars.githubusercontent.com/u/5236165?v=4",
"profile": "https://www.tuhh.de/mls/en/institute/associates/marvin-kastner-msc.html",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "flake8-nb",
"projectOwner": "s-weigand",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}