Skip to content

Releases: pennlabs/pre-commit-hooks

Mobile Backend v1.1

21 Apr 18:03
f0c3a58
Compare
Choose a tag to compare

Updated black to match new version in mobile-backend.

Mobile Backend v1.0

28 Mar 02:14
b870b0c
Compare
Choose a tag to compare

Usage:

repos:
  - repo: https://github.com/pennlabs/pre-commit-hooks
    rev: v1.0-mobile-backend
    hooks:
      - id: black
        args: [-l100]
      - id: isort
        args: []
      - id: flake8
        args: [--config, backend/setup.cfg]
      - id: detect-private-key