Skip to content

Commit 58e8c07

Browse files
committed
update
1 parent b0a33a4 commit 58e8c07

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.4
13+
rev: v0.12.8
1414
hooks:
15-
- id: ruff
15+
- id: ruff-check
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
18-
19-
- repo: https://github.com/python-poetry/poetry
20-
rev: '1.7.0'
21-
hooks:
22-
- id: poetry-check

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ dev = [
5353
# Code Quality
5454
"ruff>=0.8.0",
5555
"pre-commit>=4.0.0",
56-
56+
5757
# Testing
5858
"pytest>=8.0.0",
5959
"pytest-asyncio>=0.24.0",
6060
"pytest-cov>=6.0.0",
6161
"httpx>=0.28.0",
6262
"freezegun>=1.5.0",
63-
63+
6464
# Type Checking
6565
"mypy>=1.13.0",
6666
"types-redis>=4.6.0",
67-
67+
6868
# Development Tools
6969
"jupyterlab>=4.3.0",
7070
"ipython>=8.30.0",
@@ -134,7 +134,7 @@ ignore_missing_imports = true
134134
[[tool.mypy.overrides]]
135135
module = [
136136
"src.database",
137-
"src.cache",
137+
"src.cache",
138138
"src.s3",
139139
"src.models.base",
140140
"src.tests.conftest",
@@ -174,6 +174,7 @@ dev = [
174174
"freezegun>=1.5.4",
175175
"httpx>=0.28.1",
176176
"mypy>=1.17.1",
177+
"pre-commit>=4.2.0",
177178
"pytest>=8.4.1",
178179
"pytest-asyncio>=1.1.0",
179180
"pytest-cov>=6.2.1",

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)