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: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v3.9.0](asottile/pyupgrade@v2.32.1...v3.9.0)
- [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.14 → v1.5.1](Lucas-C/pre-commit-hooks@v1.1.14...v1.5.1)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
1 parent 388499d commit 8c3f8d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -35,7 +35,7 @@ repos:
exclude: ^pii_processing/

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v3.9.0
hooks:
- id: pyupgrade
exclude: ^pii_processing/
Expand All @@ -47,20 +47,20 @@ repos:

# Black, the code formatter, natively supports pre-commit
- repo: https://github.com/psf/black
rev: 22.3.0 # Keep in sync with blacken-docs
rev: 23.7.0 # Keep in sync with blacken-docs
hooks:
- id: black
exclude: ^pii_processing/

# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.14
rev: v1.5.1
hooks:
- id: remove-tabs
exclude: ^(pii_processing|.*Makefile)

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.5
hooks:
- id: shellcheck
exclude: ^(pii_processing/|cc_pseudo_crawl)

0 comments on commit 8c3f8d1

Please sign in to comment.