Skip to content

Commit

Permalink
Merge branch 'main' into feature/update-poetry-to-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianScheidegger authored Jan 14, 2025
2 parents 180d7b9 + 366edf4 commit 4596691
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ repos:
args: [--config-file, pyproject.toml]
require_serial: true # Serial processing is required for mypy (better performance and error reporting)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff-format
- id: ruff
- repo: https://github.com/python-poetry/poetry
rev: 2.0.0
rev: 2.0.1
hooks:
- id: poetry-lock
- id: poetry-check
- repo: https://github.com/zricethezav/gitleaks
rev: v8.22.1
rev: v8.23.0
hooks:
- id: gitleaks
- repo: https://github.com/grigoriev/pre-commit-check-git-user
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ requires-poetry = ">=2.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.0"
ruff = "^0.8.0"
ruff = "^0.9.0"
mypy = "^1.11.2"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 4596691

Please sign in to comment.