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.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.3.1](asottile/pyupgrade@v2.12.0...v3.3.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.1](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent 19bd22c commit 79c0848
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 @@ -13,7 +13,7 @@ repos:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -54,23 +54,23 @@ repos:
- id: flake2lint

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.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.12.0
rev: v3.3.1
hooks:
- id: pyupgrade
args:
- --py36-plus
- --keep-runtime-typing

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.5.1
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand Down

0 comments on commit 79c0848

Please sign in to comment.