Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 432fcfd

Browse filesBrowse files
Snowwpandapre-commit-ci[bot]despadamyakutovichaedoardob90
authored
Update on notebook basic_datatypes (empa-scientific-it#256)
* Fixed some issues, added some exercises and rewrote some of the text. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Commiting "is None" for flake8 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added Split and len to methods for strings. * Added docstrings to exercises and changed 1 exercise * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing some minor mistakes in the basic datatypes notebook * Update tutorial/tests/test_basic_datatypes.py Fixing an error I missed causing all the exercises to break. Co-authored-by: Despina Adamopoulou <16343312+despadam@users.noreply.github.com> * Fixes for Review of Simone * Fixing popitem() description * Added error formating and complex to float example * pre-commit adjusts * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * making typehints more consistent * fix on fistandlastelement * List can contain strings * fix list comment * Import in cells and rounding down * Update basic_datatypes.ipynb Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com> * spread lines in unpacking section and fix my_list3 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update basic_datatypes.ipynb * Update basic_datatypes.ipynb Co-authored-by: Edoardo Baldi <edoardo.baldi@empa.ch> * Update basic_datatypes.ipynb Co-authored-by: Edoardo Baldi <edoardo.baldi@empa.ch> * Update basic_datatypes.ipynb Co-authored-by: Edoardo Baldi <edoardo.baldi@empa.ch> * Adhere to the 'only one line per sentence' rule --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Despina Adamopoulou <16343312+despadam@users.noreply.github.com> Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com> Co-authored-by: edoardob90 <edoardob90@gmail.com> Co-authored-by: Edoardo Baldi <edoardo.baldi@empa.ch>
1 parent 7bce206 commit 432fcfd
Copy full SHA for 432fcfd

File tree

Expand file treeCollapse file tree

3 files changed

+479
-86
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+479
-86
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repos:
1818
types_or: [python, pyi]
1919
args: [--fix]
2020
name: ruff (fix)
21-
# Ruff formatter
2221
- id: ruff-format
22+
# Ruff formatter
2323
types_or: [python, pyi]
2424
name: ruff (format)
2525
- repo: https://github.com/google/yamlfmt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.