Skip to content

Commit

Permalink
no black formatting on tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Dec 12, 2024
1 parent 443afe3 commit aba49fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
rev: 6.3.0 # pick a git hash / tag to point to
hooks:
- id: pydocstyle
exclude: "tests|benchmarks|examples|scripts|setup.py" #|heat/utils/data/mnist.py|heat/utils/data/_utils.py ?
exclude: "tutorials|tests|benchmarks|examples|scripts|setup.py" #|heat/utils/data/mnist.py|heat/utils/data/_utils.py ?
- repo: "https://github.com/citation-file-format/cffconvert"
rev: "054bda51dbe278b3e86f27c890e3f3ac877d616c"
hooks:
Expand Down

0 comments on commit aba49fc

Please sign in to comment.