Skip to content

Commit

Permalink
Merge branch 'main' into docs/code-style-linting-format-to-spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Aug 12, 2024
2 parents 07cdba6 + fb435b7 commit 2113f9d
Show file tree
Hide file tree
Showing 32 changed files with 16,626 additions and 85 deletions.
83 changes: 82 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@
"profile": "http://flpm.dev",
"contributions": [
"review",
"code"
"code",
"translation"
]
},
{
Expand Down Expand Up @@ -679,6 +680,86 @@
"contributions": [
"review"
]
},
{
"login": "RobPasMue",
"name": "Roberto Pastor Muela",
"avatar_url": "https://avatars.githubusercontent.com/u/37798125?v=4",
"profile": "http://robpasmue.github.io",
"contributions": [
"code",
"review"
]
},
{
"login": "yardasol",
"name": "Olek",
"avatar_url": "https://avatars.githubusercontent.com/u/45364492?v=4",
"profile": "https://github.com/yardasol",
"contributions": [
"code",
"review"
]
},
{
"login": "ayhanxian",
"name": "Han",
"avatar_url": "https://avatars.githubusercontent.com/u/20816603?v=4",
"profile": "https://github.com/ayhanxian",
"contributions": [
"code",
"review"
]
},
{
"login": "hpodzorski-USGS",
"name": "hpodzorski-USGS",
"avatar_url": "https://avatars.githubusercontent.com/u/159824971?v=4",
"profile": "https://github.com/hpodzorski-USGS",
"contributions": [
"code",
"review"
]
},
{
"login": "ncclementi",
"name": "Naty Clementi",
"avatar_url": "https://avatars.githubusercontent.com/u/7526622?v=4",
"profile": "https://www.linkedin.com/in/ncclementi/",
"contributions": [
"code",
"review"
]
},
{
"login": "John-Drake",
"name": "John Drake",
"avatar_url": "https://avatars.githubusercontent.com/u/22374979?v=4",
"profile": "https://github.com/John-Drake",
"contributions": [
"code",
"review"
]
},
{
"login": "Revathyvenugopal162",
"name": "Revathy Venugopal",
"avatar_url": "https://avatars.githubusercontent.com/u/104772255?v=4",
"profile": "https://github.com/Revathyvenugopal162",
"contributions": [
"code",
"review"
]
},
{
"login": "tkoyama010",
"name": "Tetsuo Koyama",
"avatar_url": "https://avatars.githubusercontent.com/u/7513610?v=4",
"profile": "https://github.com/tkoyama010",
"contributions": [
"code",
"review"
]
}
],
"contributorsPerLine": 7,
Expand Down
29 changes: 24 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
_build
.vscode
*/.ipynb_checkpoints/*
# Vscode
.vscode/

# Python
tmp/
.DS_Store
.nox
__pycache__
*notes-from-review.md
*.idea*
# Grammar / syntax checkers
styles/
# Exclude translation .mo files
locales/*/LC_MESSAGES/*.mo

# Exclude Jupyter Notebook checkpoints
.ipynb_checkpoints/
*/.ipynb_checkpoints/*

# Exclude Python bytecode
__pycache__/

# Exclude build directories
_build/

# Exclude virtual environments
venv/
env/
ENV/
.venv/
.ENV/
*/venv/
.nox
*/.nox/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
)$
- repo: https://github.com/errata-ai/vale
rev: v3.6.0
rev: v3.7.0
hooks:
- id: vale

Expand Down
Loading

0 comments on commit 2113f9d

Please sign in to comment.