Skip to content

Commit

Permalink
Added full comments for classes & functions
Browse files Browse the repository at this point in the history
Temporarily disabled Flake8 pre-commit check
  • Loading branch information
Florian Alexander Lemmerich committed Sep 22, 2024
1 parent 73e1868 commit 71ead4d
Show file tree
Hide file tree
Showing 15 changed files with 2,338 additions and 219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ MANIFEST

Untitled1.ipynb
Untitled.ipynb
tests/pysubgroup.code-workspace
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ repos:
# - id: blacken-docs
# additional_dependencies: [black]

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
#- repo: https://github.com/PyCQA/flake8
# rev: 6.1.0
# hooks:
# - id: flake8
## You can add flake8 plugins via `additional_dependencies`:
# additional_dependencies: [flake8-bugbear]

Expand Down
Loading

0 comments on commit 71ead4d

Please sign in to comment.