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/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- [github.com/domdfcoding/pre-commit-hooks: v0.2.1 → v0.3.0](domdfcoding/pre-commit-hooks@v0.2.1...v0.3.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v2.29.1](asottile/pyupgrade@v2.12.0...v2.29.1)
- [github.com/python-formate/snippet-fmt: v0.1.3 → v0.1.4](python-formate/snippet-fmt@v0.1.3...v0.1.4)
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2021
1 parent 576b147 commit 75ef5d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
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.2.1
rev: v0.3.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- id: rst-inline-touching-normal

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

- repo: https://github.com/python-formate/snippet-fmt
rev: v0.1.3
rev: v0.1.4
hooks:
- id: snippet-fmt

Expand Down

0 comments on commit 75ef5d2

Please sign in to comment.