22 lines
505 B
YAML
22 lines
505 B
YAML
repos:
|
|
- repo: https://github.com/PyCQA/bandit
|
|
rev: 1.7.9
|
|
hooks:
|
|
- id: bandit
|
|
files: ^src/resrm/
|
|
args: ["-lll", "-iii", "-s", "B110,B112"]
|
|
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 25.11.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.13
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-toml
|