Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: check-json
# spell check
- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
# https://github.com/codespell-project/codespell/issues/1498
Expand All @@ -33,7 +33,7 @@ repos:
- id: black
# R formatting
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9028
rev: v0.4.3.9029
hooks:
- id: style-files
# general linting
Expand Down
Loading