Skip to content

Commit

Permalink
style: run pre-commit hooks on all
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 25, 2023
1 parent 3bc4fde commit 8139e34
Show file tree
Hide file tree
Showing 15 changed files with 6,740 additions and 6,619 deletions.
71 changes: 14 additions & 57 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "hotosm",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/HOTOSM-Thanks%20for%20contributing!-red/github/all-contributors/hotosm/FMTM?color=red&style=flat-square)](#contributors)",
"commit": true,
Expand All @@ -16,132 +14,91 @@
"name": "Ivan Gayton",
"avatar_url": "https://avatars.githubusercontent.com/u/5991943?v=4",
"profile": "http://ivangayton.net",
"contributions": [
"projectManagement",
"code",
"review",
"ideas"
]
"contributions": ["projectManagement", "code", "review", "ideas"]
},
{
"login": "robsavoye",
"name": "Rob Savoye",
"avatar_url": "https://avatars.githubusercontent.com/u/71342768?v=4",
"profile": "https://www.hotosm.org",
"contributions": [
"maintenance",
"mentoring",
"code",
"review",
"ideas"
]
"contributions": ["maintenance", "mentoring", "code", "review", "ideas"]
},
{
"login": "krtonga",
"name": "krtonga",
"avatar_url": "https://avatars.githubusercontent.com/u/7307817?v=4",
"profile": "https://github.com/krtonga",
"contributions": [
"code",
"doc",
"tool",
"ideas"
]
"contributions": ["code", "doc", "tool", "ideas"]
},
{
"login": "spwoodcock",
"name": "Sam",
"avatar_url": "https://avatars.githubusercontent.com/u/78538841?v=4",
"profile": "https://github.com/spwoodcock",
"contributions": [
"code",
"review",
"infra",
"ideas"
]
"contributions": ["code", "review", "infra", "ideas"]
},
{
"login": "petya-kangalova",
"name": "Petya ",
"avatar_url": "https://avatars.githubusercontent.com/u/98902727?v=4",
"profile": "https://www.hotosm.org/people/petya-kangalova/",
"contributions": [
"doc",
"eventOrganizing",
"ideas"
]
"contributions": ["doc", "eventOrganizing", "ideas"]
},
{
"login": "Mudi-business",
"name": "Mohamed Bakari Mohamed",
"avatar_url": "https://avatars.githubusercontent.com/u/52991565?v=4",
"profile": "http://zanrevenue.org",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "biomassives",
"name": "G. Willson",
"avatar_url": "https://avatars.githubusercontent.com/u/4379874?v=4",
"profile": "https://www.scdhub.org",
"contributions": [
"code"
]
"contributions": ["code"]
},
{
"login": "Ndacyayisenga-droid",
"name": "Tayebwa Noah",
"avatar_url": "https://avatars.githubusercontent.com/u/58124613?v=4",
"profile": "https://github.com/Ndacyayisenga-droid",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "mohammadareeb95",
"name": "Mohammad Areeb",
"avatar_url": "https://avatars.githubusercontent.com/u/77102111?v=4",
"profile": "https://github.com/mohammadareeb95",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "AugustHottie",
"name": "AugustHottie",
"avatar_url": "https://avatars.githubusercontent.com/u/96122635?v=4",
"profile": "https://github.com/AugustHottie",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "Balofire",
"name": "Ahmeed Etti-Balogun",
"avatar_url": "https://avatars.githubusercontent.com/u/102294666?v=4",
"profile": "https://github.com/Balofire",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "Roseford",
"name": "Uju",
"avatar_url": "https://avatars.githubusercontent.com/u/75838716?v=4",
"profile": "https://github.com/Roseford",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "neelimagoogly",
"name": "Neelima Mohanty",
"avatar_url": "https://avatars.githubusercontent.com/u/97789856?v=4",
"profile": "https://github.com/neelimagoogly",
"contributions": [
"doc"
]
"contributions": ["doc"]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion docs/swagger/oauth2-redirect.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<title>Swagger UI: OAuth2 Redirect</title>
Expand Down
Loading

0 comments on commit 8139e34

Please sign in to comment.