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.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/psf/black: 22.3.0 → 23.12.0](psf/black@22.3.0...23.12.0)
- [github.com/asottile/pyupgrade: v2.32.0 → v3.15.0](asottile/pyupgrade@v2.32.0...v3.15.0)
- [github.com/asottile/add-trailing-comma: v2.2.3 → v3.1.0](asottile/add-trailing-comma@v2.2.3...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent f79acf1 commit 320989b
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -11,16 +11,16 @@ repos:
- id: debug-statements
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.3
rev: v3.1.0
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit 320989b

Please sign in to comment.