Skip to content

Commit

Permalink
Merge pull request #185 from MaxHalford/refactor-mfa
Browse files Browse the repository at this point in the history
Refactor MFA
  • Loading branch information
MaxHalford authored Jan 4, 2025
2 parents 4448319 + 5dd5e59 commit b9d84bb
Show file tree
Hide file tree
Showing 23 changed files with 2,252 additions and 1,193 deletions.
20 changes: 9 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending

- repo: local
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.0
hooks:
- id: black
name: black
language: python
types: [python]
entry: black

# Run the linter.
- id: ruff
name: ruff
language: python
types: [python]
entry: ruff
types_or: [python, pyi]
args: [--fix]
# Run the formatter.
- id: ruff-format
types_or: [python, pyi]
2 changes: 1 addition & 1 deletion docs/content/famd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"## Resources\n",
"\n",
"🤷‍♂️"
"- [Wikipedia article](https://en.wikipedia.org/wiki/Factor_analysis_of_mixed_data)"
]
},
{
Expand Down
7 changes: 1 addition & 6 deletions docs/content/mca.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "prince-NQ1O93Uh-py3.11",
"language": "python",
"name": "python3"
},
Expand All @@ -953,11 +953,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
},
"vscode": {
"interpreter": {
"hash": "441c2ec70d9faeb70e7723f55150c6260f4a26a9c828b90915d3399002e14f43"
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit b9d84bb

Please sign in to comment.