Skip to content

Commit

Permalink
pre-commit updates (but not black itself)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Nov 7, 2023
1 parent 2c9ced5 commit a149f31
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 @@
# pre-commit run --all-files
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 Down Expand Up @@ -53,7 +53,7 @@ repos:
--report-level=warning,
]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
files: \.(py|sh|rst|yml|yaml)$
Expand Down

0 comments on commit a149f31

Please sign in to comment.