File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ repos:
3535 - id : bind-requirements
3636
3737 - repo : https://github.com/domdfcoding/flake8-dunder-all
38- rev : v0.1.0
38+ rev : v0.1.3
3939 hooks :
4040 - id : ensure-dunder-all
4141 files : ^notebook2script/.*\.py$
4242
4343 - repo : https://github.com/pre-commit/pygrep-hooks
44- rev : v1.5.1
44+ rev : v1.7.0
4545 hooks :
4646 - id : python-no-eval
4747
4848 - repo : https://github.com/asottile/pyupgrade
49- rev : v2.7.3
49+ rev : v2.7.4
5050 hooks :
5151 - id : pyupgrade
5252 args :
Original file line number Diff line number Diff line change 3030
3131repo_root = pathlib .Path (__file__ ).parent
3232install_requires = (repo_root / "requirements.txt" ).read_text (encoding = "utf-8" ).split ('\n ' )
33- extras_require = {' all' : []}
33+ extras_require = {" all" : []}
Original file line number Diff line number Diff line change 1313from __pkginfo__ import * # pylint: disable=wildcard-import
1414
1515setup (
16- description = ' Convert Jupyter Notebooks to Python Scripts.' ,
16+ description = " Convert Jupyter Notebooks to Python Scripts." ,
1717 extras_require = extras_require ,
1818 install_requires = install_requires ,
1919 py_modules = [],
You can’t perform that action at this time.
0 commit comments