From 262476bd879ff2ce9945a7716e9a6d809d86dedc Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 6 Apr 2023 19:00:15 +0200 Subject: [PATCH] Added a frist structure --- .gitignore | 2 ++ .pre-commit-config.yml | 4 +-- Jupyter/API-tests/Api Tests.ipynb | 34 ++++++++++++++++++++++ documentations/meeting-notes/2023-03-28 | 0 documentations/protocoll-2023-04-06 | 1 + documentations/research/resarch-central.md | 0 6 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 Jupyter/API-tests/Api Tests.ipynb create mode 100644 documentations/meeting-notes/2023-03-28 create mode 100644 documentations/protocoll-2023-04-06 create mode 100644 documentations/research/resarch-central.md diff --git a/.gitignore b/.gitignore index 1ffc3f5..1bda9c3 100644 --- a/.gitignore +++ b/.gitignore @@ -200,3 +200,5 @@ ipython_config.py hs_err_pid* replay_pid* +/handelsregister.db +/handelsregister.png diff --git a/.pre-commit-config.yml b/.pre-commit-config.yml index ec4a8d2..6e86a62 100644 --- a/.pre-commit-config.yml +++ b/.pre-commit-config.yml @@ -27,8 +27,8 @@ repos: hooks: - id: black args: [--config=pyproject.toml] - # - id: black-jupyter - # args: [--config=pyproject.toml] + - id: black-jupyter + args: [--config=pyproject.toml] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks diff --git a/Jupyter/API-tests/Api Tests.ipynb b/Jupyter/API-tests/Api Tests.ipynb new file mode 100644 index 0000000..9e60cbb --- /dev/null +++ b/Jupyter/API-tests/Api Tests.ipynb @@ -0,0 +1,34 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/documentations/meeting-notes/2023-03-28 b/documentations/meeting-notes/2023-03-28 new file mode 100644 index 0000000..e69de29 diff --git a/documentations/protocoll-2023-04-06 b/documentations/protocoll-2023-04-06 new file mode 100644 index 0000000..de2cf23 --- /dev/null +++ b/documentations/protocoll-2023-04-06 @@ -0,0 +1 @@ +# protocoll \ No newline at end of file diff --git a/documentations/research/resarch-central.md b/documentations/research/resarch-central.md new file mode 100644 index 0000000..e69de29