Skip to content

Commit

Permalink
Merge pull request #75 from gmrukwa/develop
Browse files Browse the repository at this point in the history
DiviK 3.0.0-alpha.1
  • Loading branch information
gmrukwa committed Jan 17, 2021
2 parents 8011932 + 6e0d0f0 commit eadad93
Show file tree
Hide file tree
Showing 153 changed files with 6,053 additions and 5,674 deletions.
8 changes: 4 additions & 4 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
component_depth: 2
languages:
- python
- python
exclude:
- /divik/core/gin_sklearn_configurables\.py
- /divik/core/_gin_bugfix\.py
- /gamred_native
- /divik/core/gin_sklearn_configurables\.py
- /divik/core/_gin_bugfix\.py
- /gamred_native
4 changes: 4 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
poetry export -f requirements.txt --output requirements.txt
poetry export -f requirements.txt --output requirements-dev.txt --dev
git add requirements.txt requirements-dev.txt
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom: ["http://zaed.aei.polsl.pl/"]
custom: [ "http://zaed.aei.polsl.pl/" ]
5 changes: 0 additions & 5 deletions .github/actions/build-python-dist/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions .github/actions/build-python-dist/action.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/build-python-dist/entrypoint.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .github/actions/patch-version/action.yml

This file was deleted.

0 comments on commit eadad93

Please sign in to comment.