Skip to content

Commit

Permalink
Update pre-commit repos
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Nov 1, 2023
1 parent 68ff349 commit 12309e6
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 @@ -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.4.0"
rev: "v4.5.0"
hooks:
- id: trailing-whitespace # trims trailing whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -21,7 +21,7 @@ repos:
args: [--target-version, "3.2"]

- repo: https://github.com/asottile/pyupgrade
rev: "v3.13.0"
rev: "v3.15.0"
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -33,7 +33,7 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.10.1"
hooks:
- id: black

Expand Down

0 comments on commit 12309e6

Please sign in to comment.