Files
api-testgen-cli/.pre-commit-config.yaml
7000pctAUTO 8f16152175
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload: API TestGen CLI with OpenAPI test generation
2026-02-06 04:45:20 +00:00

22 lines
488 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: detect-private-key
- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
hooks:
- id: ruff
args: [--fix]