File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ repos:
1919 - id : end-of-file-fixer
2020 - id : trailing-whitespace
2121- repo : https://github.com/crate-ci/typos
22- rev : b31d3aa6e8e43e6a9cf7a1d137baf189dec0922b # frozen: v1
22+ rev : 672d45b4e77223b8fcf1b4b8560bf987f0839902 # frozen: v1
2323 hooks :
2424 - id : typos
2525- repo : https://github.com/tox-dev/pyproject-fmt
26- rev : d252a2a7678b47d1f2eea2f6b846ddfdcd012759 # frozen: v2.11 .1
26+ rev : 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9 # frozen: v2.12 .1
2727 hooks :
2828 - id : pyproject-fmt
2929 additional_dependencies : ["tox>=4.9"]
4545 additional_dependencies :
4646 - black==25.1.0
4747- repo : https://github.com/astral-sh/ruff-pre-commit
48- rev : 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
48+ rev : 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
4949 hooks :
5050 - id : ruff-check
5151 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -139,14 +139,6 @@ addopts = """\
139139 """
140140xfail_strict = true
141141
142- [tool .coverage .run ]
143- branch = true
144- parallel = true
145- source = [
146- " time_machine" ,
147- " tests" ,
148- ]
149-
150142[tool .coverage .paths ]
151143source = [
152144 " src" ,
@@ -156,6 +148,14 @@ source = [
156148[tool .coverage .report ]
157149show_missing = true
158150
151+ [tool .coverage .run ]
152+ branch = true
153+ parallel = true
154+ source = [
155+ " time_machine" ,
156+ " tests" ,
157+ ]
158+
159159[tool .mypy ]
160160enable_error_code = [
161161 " ignore-without-code" ,
You can’t perform that action at this time.
0 commit comments