2022-05-04 08:39:20 +00:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-12-11 11:22:44 +00:00
|
|
|
rev: v4.4.0
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2023-01-31 12:26:52 +00:00
|
|
|
rev: "5.12.0"
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: isort
|
|
|
|
|
args: ["--profile", "black"]
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/psf/black
|
2023-02-14 11:03:15 +00:00
|
|
|
rev: 23.1.0
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
args: [--target-version=py38]
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
2022-12-11 11:22:44 +00:00
|
|
|
rev: '6.0.0'
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: flake8
|