Skip to content

Commit 25621a5

Browse files
⬆️ Update pre-commit repos.
1 parent 934bed7 commit 25621a5

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: '3.12'
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -16,18 +16,10 @@ repos:
1616
- id: check-yaml
1717
exclude: src/lapidary/render/templates
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.14
19+
rev: v0.4.10
2020
hooks:
2121
- id: ruff
2222
name: ruff check
2323
pass_filenames: false
2424
- id: ruff-format
2525
pass_filenames: false
26-
#- repo: local
27-
# hooks:
28-
# - id: mypy
29-
# name: mypy
30-
# language: system
31-
# types: [ python ]
32-
# entry: poetry run mypy --explicit-package-bases -p lapidary
33-
# pass_filenames: false

0 commit comments

Comments
 (0)