Skip to content
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

Refactor MFA #185

Merged
merged 16 commits into from
Jan 4, 2025
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
Loading