Skip to content

Commit 961f22e

Browse files
committed
Make it build
1 parent 64d529b commit 961f22e

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

.pre-commit-config.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: mixed-line-ending
1515
- id: trailing-whitespace
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.17.0
17+
rev: 1.18.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: absolufy-imports
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.4.4"
26+
rev: "v0.4.7"
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format
@@ -33,6 +33,11 @@ repos:
3333
- id: prettier
3434
args: [--list-different, --no-semi]
3535
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]"]
3641
- repo: https://github.com/tox-dev/pyproject-fmt
3742
rev: 2.1.3
3843
hooks:

.readthedocs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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: .

.readthedocs.yml

-7
This file was deleted.

0 commit comments

Comments
 (0)