-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Bump dependencies from commit a78b5d #3217
Conversation
Pull request was closed
RTD failures are still due to the typing extensions bump, I forgot to fix that... I guess I can fix that here. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3217 +/- ##
===============================================
Coverage 100.00000% 100.00000%
===============================================
Files 124 124
Lines 18770 18772 +2
Branches 1269 1269
===============================================
+ Hits 18770 18772 +2
|
.. code-block:: | ||
.. code-block:: text | ||
|
||
pip install -U pre-commit | ||
pre-commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd personally do .. code-block:: sh
or similar when code is intended for use at a shell prompt, but we don't really need syntax highlighting or anything so I don't think it matters
No description provided.