Skip to content

Commit

Permalink
Updated pre-commit versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Oct 21, 2023
1 parent 382611b commit 05aa721
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
@@ -1,7 +1,7 @@
repos:
# See https://pre-commit.com/hooks.html for info on hooks
- 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-ast
Expand All @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down

0 comments on commit 05aa721

Please sign in to comment.