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 02c71d2 commit d121560
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 @@ -24,7 +24,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.0.4
rev: v0.1.6
hooks:
- id: requirements-txt-sorter
args:
Expand All @@ -34,18 +34,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: ^configconfig/.*\.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 @@ -58,7 +58,7 @@ repos:
- id: forbid-crlf

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

0 comments on commit d121560

Please sign in to comment.