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.5.0 → v0.7.0b1](repo-helper/pyproject-parser@v0.5.0...v0.7.0b1)
- [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.2.0 → v0.2.1](python-formate/flake8-dunder-all@v0.2.0...v0.2.1)
- [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.13 → v1.2.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.2.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2022
1 parent cfe0a87 commit 0d4bc8b
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 @@ -5,12 +5,12 @@ exclude: ^$

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.5.0
rev: v0.7.0b1
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.2.0
rev: v0.2.1
hooks:
- id: ensure-dunder-all
files: ^chemistry_tools/.*\.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.13
rev: v1.2.0
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand Down

0 comments on commit 0d4bc8b

Please sign in to comment.