Skip to content

Commit 142e4bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.4.0 → 1.8.0](python-poetry/poetry@1.4.0...1.8.0) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.262 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.262...v0.3.7) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.9.0](pre-commit/mirrors-mypy@v1.2.0...v1.9.0)
1 parent ea01ea4 commit 142e4bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/python-poetry/poetry
3-
rev: "1.4.0"
3+
rev: "1.8.0"
44
hooks:
55
- id: poetry-check
6-
- repo: https://github.com/ambv/black
7-
rev: 23.3.0
6+
- repo: https://github.com/psf/black
7+
rev: 24.4.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.12.0
11+
rev: 5.13.2
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/pycqa/pydocstyle
@@ -22,12 +22,12 @@ repos:
2222
entry: poetry run pylint
2323
language: system
2424
types: [python]
25-
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: "v0.0.262"
25+
- repo: https://github.com/astral-sh/ruff-pre-commit
26+
rev: "v0.3.7"
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.2.0"
30+
rev: "v1.9.0"
3131
hooks:
3232
- id: mypy
3333
exclude: ^headscale_api/schema/.*$

0 commit comments

Comments
 (0)