-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add vscode and direnv configs #706
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 475 475
Lines 37962 37962
=======================================
Hits 37257 37257
Misses 705 705
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 434 434
Lines 36607 36607
=======================================
Hits 35911 35911
Misses 696 696
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This adds config files for `direnv` / `pyenv`. With a system-wide install of `direnv`, this will automatically install and activate a `.venv` locally. The vscode settings brings with it some recommended extensions, and default configuration to auto-fix/format on-save using `ruff`. It also recommends the `mypy` extension, which gives you proper underlines for type errors, which should hopefully help with fixing these and improving typing going forward.
0640415
to
df4007f
Compare
This adds config files for
direnv
/pyenv
.With a system-wide install of
direnv
, this will automatically install and activate a.venv
locally.The vscode settings brings with it some recommended extensions, and default configuration to auto-fix/format on-save using
ruff
. It also recommends themypy
extension, which gives you proper underlines for type errors, which should hopefully help with fixing these and improving typing going forward.