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/repo-helper/pyproject-parser: v0.4.2 → v0.5.0](repo-helper/pyproject-parser@v0.4.2...v0.5.0)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.2.0](pre-commit/pre-commit-hooks@v3.4.0...v4.2.0)
- [github.com/domdfcoding/flake8-dunder-all: v0.1.8 → v0.2.0](python-formate/flake8-dunder-all@v0.1.8...v0.2.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v2.32.1](asottile/pyupgrade@v2.12.0...v2.32.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.11 → v1.1.13](Lucas-C/pre-commit-hooks@v1.1.11...v1.1.13)
- [github.com/python-formate/formate: v0.4.9 → v0.4.10](python-formate/formate@v0.4.9...v0.4.10)
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2022
1 parent f8e44d1 commit 878da7a
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 @@ -5,12 +5,12 @@ exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.4.2
rev: v0.5.0
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.1.8
rev: v0.2.0
hooks:
- id: ensure-dunder-all
files: ^pyms_nist_search/.*\.py$
Expand All @@ -59,15 +59,15 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.32.1
hooks:
- id: pyupgrade
args:
- --py36-plus
- --keep-runtime-typing

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.11
rev: v1.1.13
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand All @@ -78,7 +78,7 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v0.4.9
rev: v0.4.10
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand Down

0 comments on commit 878da7a

Please sign in to comment.