-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
45 lines (45 loc) · 1.13 KB
/
.pre-commit-config.yaml
File metadata and controls
45 lines (45 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: requirements-txt-fixer
- repo: 'https://github.com/asottile/setup-cfg-fmt'
rev: v2.8.0
hooks:
- id: setup-cfg-fmt
- repo: 'https://github.com/tox-dev/pyproject-fmt'
rev: v2.5.1
hooks:
- id: pyproject-fmt
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.19.1
hooks:
- id: pyupgrade
args:
- '--py39-plus'
- repo: 'https://github.com/adamchainz/django-upgrade'
rev: 1.24.0
hooks:
- id: django-upgrade
args:
- '--target-version'
- '4.2'
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
args: ["--profile", "black", "--force-single-line-imports"]
- repo: 'https://github.com/psf/black'
rev: 25.1.0
hooks:
- id: black
- repo: 'https://github.com/PyCQA/flake8'
rev: 7.2.0
hooks:
- id: flake8
args:
- '--max-line-length=88'