Skip to content

Commit

Permalink
update pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 12, 2024
1 parent 3ad9fb4 commit a26e9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
exclude: ^tests/cassettes/
- id: end-of-file-fixer

- repo: https://github.com/crate-ci/typos
rev: v1.24.5
rev: v1.27.3
hooks:
- id: typos

Expand Down
2 changes: 1 addition & 1 deletion subliminal/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AgeParamType(click.ParamType):
* ``d`` for days
* ``h`` for hours
The form can be specified multiple times but only with that idenfier ordering. For example:
The form can be specified multiple times but only with that identifier ordering. For example:
* ``1w2d4h`` for 1 week, 2 days and 4 hours
* ``2w`` for 2 weeks
Expand Down

0 comments on commit a26e9c2

Please sign in to comment.