2020-06-10 06:38:52 +00:00
|
|
|
---
|
2021-11-23 05:34:07 +00:00
|
|
|
ci:
|
|
|
|
autoupdate_schedule: monthly
|
|
|
|
|
2022-07-27 14:01:15 +00:00
|
|
|
default_language_version:
|
2023-06-13 07:40:14 +00:00
|
|
|
# Keep in-sync with .python-version-default
|
2023-01-25 11:46:18 +00:00
|
|
|
python: python3.11
|
2022-07-27 14:01:15 +00:00
|
|
|
|
2018-06-10 17:40:07 +00:00
|
|
|
repos:
|
2019-08-21 15:12:52 +00:00
|
|
|
- repo: https://github.com/psf/black
|
2023-04-04 04:40:03 +00:00
|
|
|
rev: 23.3.0
|
2018-06-10 17:40:07 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
2019-01-31 07:19:26 +00:00
|
|
|
|
2022-03-21 07:47:47 +00:00
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2023-06-06 05:57:23 +00:00
|
|
|
rev: v3.4.0
|
2022-03-21 07:47:47 +00:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2023-01-25 11:46:18 +00:00
|
|
|
args: [--py37-plus, --keep-percent-format]
|
2022-03-21 07:47:47 +00:00
|
|
|
exclude: "tests/test_slots.py"
|
|
|
|
|
2020-12-07 06:37:37 +00:00
|
|
|
- repo: https://github.com/PyCQA/isort
|
2023-01-30 17:55:04 +00:00
|
|
|
rev: 5.12.0
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: isort
|
2021-05-20 15:11:39 +00:00
|
|
|
files: \.py$
|
2018-11-24 12:17:26 +00:00
|
|
|
|
2022-08-01 08:07:49 +00:00
|
|
|
- repo: https://github.com/asottile/yesqa
|
2022-08-18 07:03:24 +00:00
|
|
|
rev: v1.4.0
|
2022-08-01 08:07:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: yesqa
|
|
|
|
|
2021-11-22 19:30:07 +00:00
|
|
|
- repo: https://github.com/PyCQA/flake8
|
2022-12-06 05:38:02 +00:00
|
|
|
rev: 6.0.0
|
2020-06-10 06:38:52 +00:00
|
|
|
hooks:
|
|
|
|
- id: flake8
|
|
|
|
|
2020-08-25 10:37:54 +00:00
|
|
|
- repo: https://github.com/econchick/interrogate
|
2021-10-02 12:25:49 +00:00
|
|
|
rev: 1.5.0
|
2020-08-25 10:37:54 +00:00
|
|
|
hooks:
|
|
|
|
- id: interrogate
|
|
|
|
args: [tests]
|
|
|
|
|
2018-11-24 12:17:26 +00:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2022-12-06 05:38:02 +00:00
|
|
|
rev: v4.4.0
|
2018-11-24 12:17:26 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: debug-statements
|
2020-09-02 07:03:06 +00:00
|
|
|
- id: check-toml
|
2021-12-27 08:33:13 +00:00
|
|
|
- id: check-yaml
|