File tree 2 files changed +25
-2
lines changed
2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 14
14
- id : mixed-line-ending
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/adamchainz/django-upgrade
17
- rev : 1.17 .0
17
+ rev : 1.18 .0
18
18
hooks :
19
19
- id : django-upgrade
20
20
args : [--target-version, "3.2"]
23
23
hooks :
24
24
- id : absolufy-imports
25
25
- repo : https://github.com/astral-sh/ruff-pre-commit
26
- rev : " v0.4.4 "
26
+ rev : " v0.4.7 "
27
27
hooks :
28
28
- id : ruff
29
29
- id : ruff-format
@@ -33,6 +33,11 @@ repos:
33
33
- id : prettier
34
34
args : [--list-different, --no-semi]
35
35
exclude : " ^conf/|.*\\ .html$"
36
+ - repo : https://github.com/biomejs/pre-commit
37
+ rev : " v0.1.0"
38
+ hooks :
39
+ - id : biome-check
40
+ additional_dependencies :
["@biomejs/[email protected] "]
36
41
- repo : https://github.com/tox-dev/pyproject-fmt
37
42
rev : 2.1.3
38
43
hooks :
Original file line number Diff line number Diff line change
1
+ # Read the Docs configuration file
2
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+ version : 2
5
+
6
+ build :
7
+ os : ubuntu-22.04
8
+ tools :
9
+ python : " 3.11"
10
+
11
+ sphinx :
12
+ configuration : docs/conf.py
13
+
14
+ python :
15
+ install :
16
+ - requirements : docs/requirements.txt
17
+ - method : pip
18
+ path : .
You can’t perform that action at this time.
0 commit comments