Skip to content

Add .pre-commit-config.yamlΒ #204

Open
@grossir

Description

@grossir

We need a pre-commit config that matches the PR checks:

- name: Black Code Formatter
uses: psf/black@stable
- name: Run flake8
uses: py-actions/flake8@v2
- name: isort Import Sorter
uses: isort/isort-action@v1
- name: pylint Error Checker
run: pylint --fail-under 9 -f colorized eyecite
- name: mypy Static Type Checker
run: mypy .

Courtlistener's config
https://github.com/freelawproject/courtlistener/blob/main/.pre-commit-config.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    General Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions