Skip to content

Commit 338de3a

Browse files
⬆️ Update pre-commit repos.
1 parent 3396f1c commit 338de3a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
34
default_language_version:
45
python: '3.12'
56
repos:
67
- repo: https://github.com/pre-commit/pre-commit-hooks
78
rev: v4.6.0
89
hooks:
9-
- id: trailing-whitespace
10-
- id: end-of-file-fixer
11-
exclude: ^src/lapidary/render/templates/render/includes/header.txt$|^tests/e2e/expected/
1210
- id: check-added-large-files
11+
- id: check-merge-conflict
1312
- id: check-toml
14-
- id: debug-statements
1513
- id: check-yaml
14+
- id: debug-statements
15+
- id: end-of-file-fixer
16+
exclude: ^src/lapidary/render/templates/render/includes/header.txt$|^tests/e2e/expected/
17+
- id: no-commit-to-branch
18+
- id: trailing-whitespace
1619
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.0
20+
rev: v0.6.3
1821
hooks:
1922
- id: ruff
2023
name: ruff-check
@@ -31,7 +34,7 @@ repos:
3134
args:
3235
- --no-update
3336
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.11.1
37+
rev: v1.11.2
3538
hooks:
3639
- id: mypy
3740
pass_filenames: false

0 commit comments

Comments
 (0)