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.11.0 → v0.11.1](v0.11.0...v0.11.1)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v3.4.0...v5.0.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.17.0](asottile/pyupgrade@v2.12.0...v3.17.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent a695466 commit 5d0161f
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 @@ -8,12 +8,12 @@ ci:

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -62,15 +62,15 @@ repos:
- id: rst-inline-touching-normal

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

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

0 comments on commit 5d0161f

Please sign in to comment.