Skip to content

Commit baa41cd

Browse files
committed
Updated config files.
1 parent 700c274 commit baa41cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
repo_root = pathlib.Path(__file__).parent
3232
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
33-
extras_require = {'all': []}
33+
extras_require = {"all": []}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from __pkginfo__ import * # pylint: disable=wildcard-import
1414

1515
setup(
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=[],

0 commit comments

Comments
 (0)