Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 19, 2021
1 parent ebfe886 commit abc128c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 3.9.1
hooks:
- id: flake8
types: [python]
Expand All @@ -72,7 +72,7 @@ repos:
Pygments,
]
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.6.0
rev: 0.7.0
hooks:
- id: nbqa-black
- id: nbqa-pyupgrade
Expand Down
1 change: 1 addition & 0 deletions docs/source/explanations/assortative_matching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid\n",
"\n",
"plt.rc(\"axes.spines\", top=False, right=False)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid"
]
},
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/how_to_resume_a_simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid\n",
"from sid.config import INDEX_NAMES\n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/how_to_simulate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid\n",
"from sid.config import INDEX_NAMES\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid\n",
"from sid.config import INDEX_NAMES\n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/how_to_specify_contact_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"import sid\n",
"from sid.config import INDEX_NAMES\n",
"\n",
Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/how_to_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
"\n",
"from sid import get_simulate_func\n",
"from sid.config import INDEX_NAMES\n",
"from sid.shared import load_epidemiological_parameters"
Expand Down

0 comments on commit abc128c

Please sign in to comment.