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/pre-commit-hooks: v0.2.1 → v0.4.0](domdfcoding/pre-commit-hooks@v0.2.1...v0.4.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.15.1](asottile/pyupgrade@v2.12.0...v3.15.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.5.5](Lucas-C/pre-commit-hooks@v1.1.9...v1.5.5)
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent c250757 commit 8526881
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 @@ -4,7 +4,7 @@ exclude: ^$

repos:
- 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 All @@ -24,22 +24,22 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
rev: v0.4.0
hooks:
- id: requirements-txt-sorter
args:
- --allow-git
- id: bind-requirements

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v3.15.1
hooks:
- id: pyupgrade
args:
- --py36-plus

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

0 comments on commit 8526881

Please sign in to comment.