Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 16, 2020
1 parent 0ef3efd commit 5e2cd35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.1.1
rev: v0.1.6
hooks:
- id: requirements-txt-sorter
args:
Expand All @@ -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 All @@ -59,7 +59,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/domdfcoding/yapf-isort
rev: v0.5.1
rev: v0.5.2
hooks:
- id: yapf-isort
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
Expand Down

0 comments on commit 5e2cd35

Please sign in to comment.