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.6.1 → v0.7.0](repo-helper/pyproject-parser@v0.6.1...v0.7.0)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0)
- [github.com/domdfcoding/pre-commit-hooks: v0.3.0 → v0.4.0](domdfcoding/pre-commit-hooks@v0.3.0...v0.4.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v2.37.2](asottile/pyupgrade@v2.12.0...v2.37.2)
- [github.com/Lucas-C/pre-commit-hooks: v1.2.0 → v1.3.0](Lucas-C/pre-commit-hooks@v1.2.0...v1.3.0)
- [github.com/domdfcoding/dep_checker: v0.6.2 → v0.7.0](python-coincidence/dep_checker@v0.6.2...v0.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 25, 2022
1 parent 74fb12c commit 1931cc6
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.6.1
rev: v0.7.0
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -30,7 +30,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.3.0
rev: v0.4.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down Expand Up @@ -59,15 +59,15 @@ repos:
- id: rst-inline-touching-normal

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

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.2.0
rev: v1.3.0
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand All @@ -84,7 +84,7 @@ repos:
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

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

0 comments on commit 1931cc6

Please sign in to comment.