This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-10 13:05:26 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
rev: 22.1.0
|
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
|
|
rev: 5.9.3
|
|
|
|
hooks:
|
|
|
|
- id: isort
|
2022-03-08 09:04:59 +00:00
|
|
|
# args: ["--profile", "black", "--filter-files"]
|
2022-02-10 13:05:26 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
|
rev: 4.0.1
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2022-02-11 10:30:57 +00:00
|
|
|
- repo: https://github.com/conorfalvey/check_pdb_hook
|
|
|
|
rev: 0.0.9
|
|
|
|
hooks:
|
|
|
|
- id: check_pdb_hook
|