Skip to content

Commit

Permalink
chore: Update dependencies and pyright fixes
Browse files Browse the repository at this point in the history
- Update networkx
- Update pytest
- Update setuptools
- Update pyright
- Update plotly

.
  • Loading branch information
William Blum committed Aug 5, 2024
1 parent baf4f6e commit 232afb4
Show file tree
Hide file tree
Showing 33 changed files with 142,122 additions and 141,413 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
language: node
pass_filenames: false
types: [python]
additional_dependencies: ["[email protected].271"]
additional_dependencies: ["[email protected].374"]

- id: flake8
name: flake8
Expand Down
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.flake8"
]
}
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
},
"jupyter.jupyterServerType": "local",
"jupyter.notebookFileRoot": "${workspaceFolder}",
"files.trimFinalNewlines": true
"files.trimFinalNewlines": true,
"editor.defaultFormatter": "ms-python.flake8",
"flake8.args": [
],
"files.trimTrailingWhitespace": true,

}
7 changes: 2 additions & 5 deletions createstubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ mkdir -p typings/

createstub pandas
createstub plotly
createstub progressbar
createstub pytest
createstub setuptools
createstub ordered_set
createstub asciichartpy
createstub networkx
createstub boolean
createstub IPython


echo 'Typing stub generation completed'

popd
Loading

0 comments on commit 232afb4

Please sign in to comment.