Skip to content

Commit 1fe1dc0

Browse files
canyon289cast42Lode Nachtergaele
authored
Bayesrules 2 (#184)
* Completed chapter 2 * New chapter 2 notebook * Replaced wget with requests * Added docstring to the defined function in chapter 3 * Fixing details * Removed all wget references * Running black to make pre-commit happy * Revert gitignore * Remove duplicate files Co-authored-by: Lode Nachtergaele <cast42@gmail.com> Co-authored-by: Lode Nachtergaele <you@example.comlode.nachtergaele@gmail.com>
1 parent 5ba5882 commit 1fe1dc0

File tree

7 files changed

+2573
-3
lines changed

7 files changed

+2573
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v3.4.0
4+
hooks:
5+
- id: check-toml
6+
- id: check-yaml
7+
- repo: https://github.com/nbQA-dev/nbQA
8+
rev: 0.5.6
9+
hooks:
10+
- id: nbqa-black
11+
additional_dependencies: [black==20.8b1]
12+
- id: nbqa-isort
13+
additional_dependencies: [isort==5.6.4]
14+
- id: nbqa-pyupgrade
15+
additional_dependencies: [pyupgrade==2.7.4]

0 commit comments

Comments
 (0)