Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Mar 24, 2023
2 parents 3ec3591 + b37346a commit d9cfe01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.3
rev: 1.6.4
hooks:
- id: nbqa-pyupgrade
args: [--py38-plus]
Expand Down Expand Up @@ -50,8 +50,8 @@ repos:
args: [--fix=lf]
- id: trailing-whitespace
- id: check-case-conflict
- repo: https://github.com/myint/autoflake
rev: v2.0.1
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
hooks:
- id: autoflake
args:
Expand Down
7 changes: 1 addition & 6 deletions notebooks/transformations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,7 @@
" s=shapes.radius,\n",
" color=\"orange\",\n",
" )\n",
" plt.tight_layout()\n",
"\n",
"\n",
"%load_ext autoreload\n",
"%autoreload 2\n",
"%load_ext lab_black"
" plt.tight_layout()"
]
},
{
Expand Down

0 comments on commit d9cfe01

Please sign in to comment.