We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934bed7 commit 25621a5Copy full SHA for 25621a5
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
python: '3.12'
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -16,18 +16,10 @@ repos:
16
- id: check-yaml
17
exclude: src/lapidary/render/templates
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.14
+ rev: v0.4.10
20
21
- id: ruff
22
name: ruff check
23
pass_filenames: false
24
- id: ruff-format
25
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