Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 6, 2023
1 parent ada3b2b commit eecf391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
# Prevent giant files from being committed.
Expand Down Expand Up @@ -52,7 +52,7 @@ repos:
# Enforce that all noqa annotations always occur with specific codes.

- repo: https://github.com/asottile/pyupgrade
rev: v3.11.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand Down

0 comments on commit eecf391

Please sign in to comment.