Skip to content

Commit

Permalink
Updated config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 20, 2020
1 parent 700c274 commit baa41cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.0
rev: v0.1.3
hooks:
- id: ensure-dunder-all
files: ^notebook2script/.*\.py$

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.7.0
hooks:
- id: python-no-eval

- repo: https://github.com/asottile/pyupgrade
rev: v2.7.3
rev: v2.7.4
hooks:
- id: pyupgrade
args:
Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
extras_require = {'all': []}
extras_require = {"all": []}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from __pkginfo__ import * # pylint: disable=wildcard-import

setup(
description='Convert Jupyter Notebooks to Python Scripts.',
description="Convert Jupyter Notebooks to Python Scripts.",
extras_require=extras_require,
install_requires=install_requires,
py_modules=[],
Expand Down

0 comments on commit baa41cd

Please sign in to comment.