File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ repos:
1717 - id : end-of-file-fixer
1818 - id : trailing-whitespace
1919- repo : https://github.com/crate-ci/typos
20- rev : a90d2a917d59472bef788897931c1a5a5d12870a # frozen: v1
20+ rev : 0758ccd3261dc7b0594e9b698113eb08d3ba25b5 # frozen: v1
2121 hooks :
2222 - id : typos
2323- repo : https://github.com/tox-dev/pyproject-fmt
24- rev : 91de51aef61c5f2383f03da25604e3d65a8309e0 # frozen: v2.21.1
24+ rev : 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # frozen: v2.23.0
2525 hooks :
2626 - id : pyproject-fmt
2727- repo : https://github.com/tox-dev/tox-ini-fmt
@@ -41,13 +41,13 @@ repos:
4141 additional_dependencies :
4242 - black==25.1.0
4343- repo : https://github.com/astral-sh/ruff-pre-commit
44- rev : 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
44+ rev : 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # frozen: v0.15.15
4545 hooks :
4646 - id : ruff-check
4747 args : [ --fix ]
4848 - id : ruff-format
4949- repo : https://github.com/pre-commit/mirrors-mypy
50- rev : fc0f09a29bb495f4a91f00266155d6282d52485d # frozen: v1.20.2
50+ rev : d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0
5151 hooks :
5252 - id : mypy
5353 additional_dependencies :
Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ lint.isort.required-imports = [ "from __future__ import annotations" ]
9595max_supported_python = " 3.14"
9696
9797[tool .mypy ]
98+ mypy_path = " src/"
99+ namespace_packages = false
100+ warn_unreachable = true
98101enable_error_code = [
99102 " ignore-without-code" ,
100103 " redundant-expr" ,
101104 " truthy-bool" ,
102105]
103- mypy_path = " src/"
104- namespace_packages = false
105106strict = true
106- warn_unreachable = true
107107overrides = [ { module = " tests.*" , allow_untyped_defs = true } ]
108108
109109[tool .pytest ]
You can’t perform that action at this time.
0 commit comments