File size: 867 Bytes
5b693bc
 
e6d93c7
5b693bc
 
 
 
 
e6d93c7
5b693bc
 
 
 
b00672d
 
 
 
 
 
 
 
 
 
20d727f
 
 
 
05c2c27
 
20d727f
05c2c27
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v5.0.0
  hooks:
    - id: trailing-whitespace
    - id: end-of-file-fixer
    - id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.9.10
  hooks:
    - id: ruff
      args: [ --fix ]
    - id: ruff-format
# # https://github.com/astral-sh/ty/issues/269
# - repo: local
#   hooks:
#     - id: ty-check
#       name: ty-check
#       language: python
#       entry: uv run ty check
#       pass_filenames: false
#       args: [--python=.venv/]
#       additional_dependencies: [ty]
- repo: https://github.com/fpgmaas/deptry.git
  rev: "0.23.0"
  hooks:
    - id: deptry
      name: deptry for lynxkite-bio
      entry: bash -c 'cd lynxkite-bio && deptry .'
    - id: deptry
      name: deptry for lynxkite-lynxscribe
      entry: bash -c 'cd lynxkite-lynxscribe && deptry .'