Skip to content

Formatted and linted the files #26

Formatted and linted the files

Formatted and linted the files #26

Workflow file for this run

repos:
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.17.5
hooks:
- id: pylint
args: ["--rcfile=.pylintrc"]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.12.0
hooks:
- id: isort
args: ["--profile", "black"]