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 @@ -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 : b31d3aa6e8e43e6a9cf7a1d137baf189dec0922b # frozen: v1
20+ rev : 672d45b4e77223b8fcf1b4b8560bf987f0839902 # frozen: v1
2121 hooks :
2222 - id : typos
2323- repo : https://github.com/tox-dev/pyproject-fmt
24- rev : d252a2a7678b47d1f2eea2f6b846ddfdcd012759 # frozen: v2.11 .1
24+ rev : 2a892e1706c9e0e1f853be3f34a9e04f0d5c86d9 # frozen: v2.12 .1
2525 hooks :
2626 - id : pyproject-fmt
2727- repo : https://github.com/tox-dev/tox-ini-fmt
4141 additional_dependencies :
4242 - black==25.1.0
4343- repo : https://github.com/astral-sh/ruff-pre-commit
44- rev : 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
44+ rev : 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
4545 hooks :
4646 - id : ruff-check
4747 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -101,14 +101,6 @@ addopts = """\
101101 """
102102xfail_strict = true
103103
104- [tool .coverage .run ]
105- branch = true
106- parallel = true
107- source = [
108- " pytest_randomly" ,
109- " tests" ,
110- ]
111-
112104[tool .coverage .paths ]
113105source = [
114106 " src" ,
@@ -118,6 +110,14 @@ source = [
118110[tool .coverage .report ]
119111show_missing = true
120112
113+ [tool .coverage .run ]
114+ branch = true
115+ parallel = true
116+ source = [
117+ " pytest_randomly" ,
118+ " tests" ,
119+ ]
120+
121121[tool .mypy ]
122122enable_error_code = [
123123 " ignore-without-code" ,
You can’t perform that action at this time.
0 commit comments