-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
29 lines (29 loc) · 898 Bytes
/
.pre-commit-config.yaml
File metadata and controls
29 lines (29 loc) · 898 Bytes
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
repos:
- repo: https://github.com/hhatto/autopep8
rev: 'v2.3.1'
hooks:
- id: autopep8
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
entry: pflake8 src
additional_dependencies: [pyproject-flake8, flake8-cognitive-complexity, flake8-expression-complexity, flake8-bugbear==22.12.6]
- repo: https://github.com/pre-commit/mirrors-jshint
rev: 'v2.13.0'
hooks:
- id: jshint
- repo: https://github.com/Riverside-Healthcare/djLint
rev: 'v1.25.0'
hooks:
- id: djlint-django
name: djlint
entry: djlint --reformat --indent 2 --preserve-blank-lines --quiet
files: src/os2datascanner/projects/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: 'v4.0.0-alpha.8'
hooks:
- id: prettier
types: [scss]
additional_dependencies:
- prettier@3.4.2