Skip to content

Commit a59e785

Browse files
Revise README for clarity and detail on mail-parser features and usage
1 parent 6fe9677 commit a59e785

File tree

2 files changed

+279
-168
lines changed

2 files changed

+279
-168
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -20,7 +20,7 @@ repos:
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
# Ruff version.
23-
rev: v0.7.3
23+
rev: v0.14.1
2424
hooks:
2525
# Run the linter.
2626
- id: ruff
@@ -29,7 +29,7 @@ repos:
2929
- id: ruff-format
3030

3131
- repo: https://github.com/igorshubovych/markdownlint-cli
32-
rev: v0.42.0
32+
rev: v0.45.0
3333
hooks:
3434
- id: markdownlint
3535
args: ['--fix']

0 commit comments

Comments
 (0)