2022-05-04 08:39:20 +00:00
|
|
|
repos:
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-10-08 19:33:05 +00:00
|
|
|
rev: v5.0.0
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2025-04-29 08:39:28 +00:00
|
|
|
rev: "6.0.1"
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: isort
|
|
|
|
|
args: ["--profile", "black"]
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/psf/black
|
2025-02-03 18:13:35 +00:00
|
|
|
rev: 25.1.0
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
args: [--target-version=py38]
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
2025-04-29 08:39:28 +00:00
|
|
|
rev: '7.2.0'
|
2022-05-04 08:39:20 +00:00
|
|
|
hooks:
|
|
|
|
|
- id: flake8
|