Skip to content

Commit ee31f34

Browse files
committed
run black on all notebooks
1 parent bde6ccf commit ee31f34

File tree

57 files changed

+5693
-3569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5693
-3569
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: check-toml
66
- id: check-yaml
77
- repo: https://github.com/nbQA-dev/nbQA
8-
rev: 0.5.4
8+
rev: 0.5.5
99
hooks:
1010
- id: nbqa-black
1111
additional_dependencies: [black==20.8b1]
12-
files: ^Rethinking_2/
12+
exclude: ^BCM/CaseStudies/MemoryRetention\.ipynb$
1313
- id: nbqa-isort
1414
additional_dependencies: [isort==5.6.4]
1515
- id: nbqa-pyupgrade

0 commit comments

Comments
 (0)