Skip to content

Commit

Permalink
Merge branch 'main' into pickle-vs-deepcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jun 24, 2024
2 parents 38d569a + fbbc298 commit e5318de
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 @@ -58,7 +58,7 @@ repos:
# auto format Python codes within docstrings
- id: blacken-docs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.4.10
hooks:
# lint & attempt to correct failures (e.g. pyupgrade)
- id: ruff
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
tests/
)
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.5
rev: 0.28.6
hooks:
# verify github syntaxes
- id: check-github-workflows
Expand Down

0 comments on commit e5318de

Please sign in to comment.