Skip to content

Commit

Permalink
chore: [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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0)
- [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.10.1](psf/black-pre-commit-mirror@23.7.0...23.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 21e36a1 commit 1384b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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
- id: check-case-conflict
Expand All @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -41,7 +41,7 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black-jupyter

Expand Down

0 comments on commit 1384b61

Please sign in to comment.