Skip to content

Configure codespell pre-commit hook for spell checking #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ci:
autoupdate_schedule: monthly
autofix_prs: true

repos:
# Codespell hook configuration
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
name: Spell Check with Codespell
args:
- '--write-changes'
- '--ignore-words-list=cppp,normale'
- '--dictionary=static/custom_corrections.txt'
# Exclude package-lock.json and all .svg files
exclude: 'package-lock\.json|\.svg$'
2 changes: 1 addition & 1 deletion src/components/about/Team/Joel.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Before joining QuantStack, Joël worked since 2003 in various companies covering a large spectre of domains all dominated by performance constraints: games, embedded software of all sorts, robotics (<a href="https://www.softbankrobotics.com/">Softbank-Robotics/Aldebaran</a>), "heavy" interractive web apps (<a href="https://jellynote.com">https://jellynote.com</a> score player for example)...
Before joining QuantStack, Joël worked since 2003 in various companies covering a large spectre of domains all dominated by performance constraints: games, embedded software of all sorts, robotics (<a href="https://www.softbankrobotics.com/">Softbank-Robotics/Aldebaran</a>), "heavy" interactive web apps (<a href="https://jellynote.com">https://jellynote.com</a> score player for example)...

Through the years Joël participated to various open-source projects with, in recent years, a particular focus on dependency management for C++ projects (like <a href="https://build2.org">build2</a>) and the <a href="https://webassembly.org/">WebAssembly</a> platform.

Expand Down
2 changes: 1 addition & 1 deletion src/components/blog/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ blog:
authors: Mariana Meireles

- url: https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559
title: A Visual Debuger for Jupyter
title: A Visual Debugger for Jupyter
image: https://miro.medium.com/max/933/0*9pVDg58cTz5Yezw8.gif
summary: Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of…
date: Mar 25, 2020
Expand Down
2 changes: 1 addition & 1 deletion src/components/blog/blogpostsDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@
},
{
"url": "https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559",
"title": "A Visual Debuger for Jupyter",
"title": "A Visual Debugger for Jupyter",
"image": "/img/blogposts/A-Visual-Debuger-for-Jupyter.gif",
"summary": "Most of the progress made in software projects comes from incrementalism. The ability to quickly see the outcome of an execution and iterate has been one of the main reasons for the success of…",
"date": "Mar 25, 2020",
Expand Down
2 changes: 1 addition & 1 deletion src/components/contact/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Contact() {
<ContactIllustration
height={"460px"}
alt={
"Illustration for the contact page with a woman, a mobile phone and an enveloppe."
"Illustration for the contact page with a woman, a mobile phone and an envelope."
}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/WhatWeDo/topics/Computing.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
We created several popular scientific computing packages. XSimd, an unified API for SIMD opreations, adopted by projects such as Apache Arrox, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array librairy with broadcasting and lazy evaluation.
We created several popular scientific computing packages. XSimd, an unified API for SIMD operations, adopted by projects such as Apache Arrox, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array library with broadcasting and lazy evaluation.
2 changes: 2 additions & 0 deletions static/custom_corrections.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
organisation->organization
colour->color