File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
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
Original file line number Diff line number Diff 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 ]]
135135module = [
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" ,
You can’t perform that action at this time.
0 commit comments