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.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/asottile/pyupgrade: v2.32.1 → v2.38.0](asottile/pyupgrade@v2.32.1...v2.38.0)
- [github.com/psf/black: 22.3.0 → 22.8.0](psf/black@22.3.0...22.8.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.14 → v1.3.1](Lucas-C/pre-commit-hooks@v1.1.14...v1.3.1)
  • Loading branch information
pre-commit-ci[bot] committed Sep 19, 2022
1 parent 388499d commit 940dbb8
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 @@ -15,7 +15,7 @@
repos:
# Standard hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.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: v2.38.0
hooks:
- id: pyupgrade
exclude: ^pii_processing/
Expand All @@ -47,14 +47,14 @@ 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: 22.8.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.3.1
hooks:
- id: remove-tabs
exclude: ^(pii_processing|.*Makefile)
Expand Down

0 comments on commit 940dbb8

Please sign in to comment.