Skip to content

Commit f310c1a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/jonasbb/pre-commit-latex-hooks: v1.4.3 → v1.4.4](jonasbb/pre-commit-latex-hooks@v1.4.3...v1.4.4)
1 parent 93fe645 commit f310c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -9,13 +9,13 @@ repos:
99
- id: trailing-whitespace
1010
- id: check-merge-conflict
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: 'v2.3.0'
12+
rev: 'v2.4.1'
1313
hooks:
1414
- id: codespell
1515
args: ["-I", "codespell.txt"]
1616
exclude: '.*\.sty|license\.md'
1717
- repo: https://github.com/jonasbb/pre-commit-latex-hooks
18-
rev: v1.4.3
18+
rev: v1.4.4
1919
hooks:
2020
- id: american-eg-ie
2121
- id: cleveref-capitalization

0 commit comments

Comments
 (0)