Skip to content

Commit

Permalink
types and updates (#27)
Browse files Browse the repository at this point in the history
* types and updates

* ci

* -

* no more 3.7

* black and literals

* pylint

* 'Refactored by Sourcery' (#28)

Co-authored-by: Sourcery AI <>

* minor updates

* misc

* Update .gitignore

* remove ossar

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
akanz1 and sourcery-ai[bot] authored Jul 31, 2022
1 parent 7b7d022 commit 0ccad79
Show file tree
Hide file tree
Showing 15 changed files with 1,569 additions and 1,006 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/ossar-analysis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10"]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ cython_debug/

/misc/
.vscode/
.DS_Store
411 changes: 411 additions & 0 deletions examples/klib-plots.ipynb

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions examples/klib_data_cleaning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -769,12 +769,8 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7.8 64-bit ('klib_env': conda)",
"metadata": {
"interpreter": {
"hash": "4f30c41e0e8e92a600710d58e875acc074b7b15b1ca7d7f6e2ca80243985be13"
}
},
"display_name": "Python 3.10.5 ('.venv': poetry)",
"language": "python",
"name": "python3"
},
"language_info": {
Expand All @@ -787,7 +783,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.5"
},
"vscode": {
"interpreter": {
"hash": "0844a11ca18961c576d53daba4abe5f174e9511487aea7372b9e826890c66633"
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 0ccad79

Please sign in to comment.