Skip to content

Commit

Permalink
Merge branch 'dev' into w4_MN_CompleteData_EDA
Browse files Browse the repository at this point in the history
  • Loading branch information
averyschoen authored Oct 31, 2023
2 parents e9ca764 + 3719523 commit a2b6556
Show file tree
Hide file tree
Showing 12 changed files with 11,670 additions and 76 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
},
"isort.args": [
"--profile", "black",
"--line_length", "80",
"--line_length", "88",
"--multi_line_output", "3",
"--include_trailing_comma", "true",
"force_grid_wrap", "0",
"--use_parentheses", "true"
],
"flake8.args": [
"--max-line-length", "80",
"--extend-ignore", "E203"
"--max-line-length", "88",
"--extend-ignore", "E203",
]
},
"extensions": [
Expand Down
1 change: 0 additions & 1 deletion 2023-fall-clinic-climate-cabinet
Submodule 2023-fall-clinic-climate-cabinet deleted from 9b0d34
168 changes: 125 additions & 43 deletions data/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit a2b6556

Please sign in to comment.