Skip to content

Commit

Permalink
CI: update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
unode authored Jul 12, 2023
1 parent 7e36b18 commit 81430f8
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 @@ -22,7 +22,7 @@ repos:
- "--filter-files"
- repo: https://github.com/psf/black
# Code style formatting
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
exclude: (.*/)*snapshots/
Expand All @@ -43,7 +43,7 @@ repos:
- "auto"
- repo: https://github.com/myint/docformatter
# Formats docstrings following PEP 257
rev: v1.7.2
rev: v1.7.5
hooks:
- id: docformatter
args:
Expand Down

0 comments on commit 81430f8

Please sign in to comment.