Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/domdfcoding/pre-commit-hooks: v0.1.6 → v0.2.1](domdfcoding/pre-commit-hooks@v0.1.6...v0.2.1)
- [github.com/domdfcoding/flake8-dunder-all: v0.1.4 → v0.1.7](python-formate/flake8-dunder-all@v0.1.4...v0.1.7)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.8.0](pre-commit/pygrep-hooks@v1.7.0...v1.8.0)
- [github.com/asottile/pyupgrade: v2.7.4 → v2.12.0](asottile/pyupgrade@v2.7.4...v2.12.0)
- [github.com/domdfcoding/yapf-isort: v0.5.4 → v0.5.5](domdfcoding/yapf-isort@v0.5.4...v0.5.5)
- [github.com/domdfcoding/dep_checker: v0.4.1 → v0.6.2](python-coincidence/dep_checker@v0.4.1...v0.6.2)
  • Loading branch information
pre-commit-ci[bot] committed Apr 19, 2021
1 parent a9a7664 commit 1b2abd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.6
rev: v0.2.1
hooks:
- id: requirements-txt-sorter
args:
Expand All @@ -35,21 +35,21 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.4
rev: v0.1.7
hooks:
- id: ensure-dunder-all
files: ^pyms_nist_search/.*\.py$

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.8.0
hooks:
- id: python-no-eval
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v2.12.0
hooks:
- id: pyupgrade
args:
Expand All @@ -62,13 +62,13 @@ repos:
- id: forbid-crlf

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

- repo: https://github.com/domdfcoding/dep_checker
rev: v0.4.1
rev: v0.6.2
hooks:
- id: dep_checker
args:
Expand Down

0 comments on commit 1b2abd9

Please sign in to comment.