Skip to content

Commit

Permalink
Merge branch 'unixorn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vschroeter authored Oct 16, 2024
2 parents 11f3ed6 + 380c00f commit 90e1b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
language: script

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand All @@ -24,7 +24,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.8
rev: v0.6.9
hooks:
# Run the linter.
- id: ruff
Expand Down
8 changes: 4 additions & 4 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 @@ -17,7 +17,7 @@ pydantic = "^2.7.2"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.2.2,<9.0.0"
flake8 = ">=6,<8"
pre-commit = "^3.8.0"
pre-commit = "^4.0.0"
ruff = "^0.6.8"


Expand Down

0 comments on commit 90e1b2e

Please sign in to comment.