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 23, 2020
1 parent 99e8fca commit a368f43
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude: '^($|.*\.bin)'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v3.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -23,7 +23,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: [--allow-git]
Expand All @@ -32,31 +32,31 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.0.4
rev: v0.1.3
hooks:
- id: ensure-dunder-all
files: ^pytest_regressions-stubs/.*\.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: v1.5.1
rev: v2.7.4
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.7
rev: v1.1.9
hooks:
- id: forbid-crlf
- id: remove-crlf


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

0 comments on commit a368f43

Please sign in to comment.