Skip to content

Commit bf48bfd

Browse files
[pre-commit.ci] pre-commit autoupdate (#20)
1 parent 426316b commit bf48bfd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ repos:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.13"
22+
rev: "v0.15.15"
2323
hooks:
2424
- id: ruff
2525
args: [--unsafe-fixes]
2626
- id: ruff-format
2727
- repo: https://github.com/biomejs/pre-commit
28-
rev: "v2.4.15"
28+
rev: "v2.4.16"
2929
hooks:
3030
- id: biome-check
3131
args: [--unsafe]
3232
verbose: true
3333
- repo: https://github.com/tox-dev/pyproject-fmt
34-
rev: v2.21.2
34+
rev: v2.23.0
3535
hooks:
3636
- id: pyproject-fmt
3737
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ optional-dependencies.tests = [
4141
urls.Homepage = "http://github.com/matthiask/django-authlib/"
4242

4343
[tool.hatch]
44-
build.include = [ "authlib/" ]
4544
version.path = "authlib/__init__.py"
45+
build.include = [ "authlib/" ]
4646

4747
[tool.ruff]
4848
target-version = "py39"

0 commit comments

Comments
 (0)