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.5.0](pre-commit/pre-commit-hooks@v3.4.0...v4.5.0)
- [github.com/domdfcoding/flake8-dunder-all: v0.3.1 → v0.4.0](python-formate/flake8-dunder-all@v0.3.1...v0.4.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.15.2](asottile/pyupgrade@v2.12.0...v3.15.2)
- [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] committed Apr 1, 2024
1 parent da81e95 commit 9baef3e
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.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.3.1
rev: v0.4.0
hooks:
- id: ensure-dunder-all
files: ^sphinx_highlights/.*\.py$
Expand All @@ -62,15 +62,15 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v3.15.2
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 9baef3e

Please sign in to comment.