2022-06-12 12:33:14 +00:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/psf/black
|
2024-12-25 11:40:57 +00:00
|
|
|
rev: 24.10.0
|
2022-06-12 12:33:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2022-12-17 08:37:41 +00:00
|
|
|
language_version: python3.11
|
2022-06-12 12:33:14 +00:00
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-12-25 11:40:57 +00:00
|
|
|
rev: v5.0.0
|
2022-06-12 12:33:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/flake8
|
2024-12-25 11:40:57 +00:00
|
|
|
rev: 7.1.1
|
2022-06-12 12:33:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2025-01-01 18:18:38 +00:00
|
|
|
args:
|
|
|
|
- --max-line-length=88
|
|
|
|
- --extend-ignore=E203,B008
|
|
|
|
- --per-file-ignores=tests/factories.py:E701
|
2022-06-12 12:33:14 +00:00
|
|
|
additional_dependencies:
|
|
|
|
- flake8-bugbear
|
|
|
|
- flake8-comprehensions
|
|
|
|
- flake8-simplify
|
|
|
|
|
|
|
|
- repo: https://github.com/pycqa/isort
|
2024-12-25 11:40:57 +00:00
|
|
|
rev: 5.13.2
|
2022-06-12 12:33:14 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
|
|
|
name: isort
|