Skip to content

Commit 1d88cb5

Browse files
[pre-commit.ci] pre-commit autoupdate (#113)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/rbubley/mirrors-prettier: bc7af46104f0f5368b95878decf720f9f00c2559 → 787fb9f542b140ba0b2aced38e6a3e68021647a3](rbubley/mirrors-prettier@bc7af46...787fb9f) - [github.com/astral-sh/ruff-pre-commit: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 → 971923581912ef60a6b70dbf0c3e9a39563c9d47](astral-sh/ruff-pre-commit@89c421d...9719235) - [github.com/codespell-project/codespell: 193cd7d27cd571f79358af09a8fb8997e54f8fff → 63c8f8312b7559622c0d82815639671ae42132ac](codespell-project/codespell@193cd7d...63c8f83) * '[pre-commit.ci 🤖] Apply code format tools to PR' --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d472ee1 commit 1d88cb5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ repos:
2323
- id: check-added-large-files
2424

2525
- repo: https://github.com/rbubley/mirrors-prettier
26-
rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
26+
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
2727
hooks:
2828
- id: prettier
2929
files: \.(html|md|yml|yaml|toml)
3030
args: [--prose-wrap=preserve]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
33+
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
3434
hooks:
3535
- id: ruff
3636
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3737
- id: ruff-format
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
40+
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
4141
hooks:
4242
- id: codespell

yaml2ics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def event_from_yaml(event_yaml: dict, tz: datetime.tzinfo = None) -> ics.Event:
9797
)
9898

9999
if "until" not in repeat:
100-
raise RuntimeError("Error: must specify end date for " "repeating events")
100+
raise RuntimeError("Error: must specify end date for repeating events")
101101

102102
# This causes zero-length events, I guess overriding whatever duration
103103
# might have been specified

0 commit comments

Comments
 (0)