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
5050 additional_dependencies :
5151 - black==25.1.0
5252- repo : https://github.com/astral-sh/ruff-pre-commit
53- rev : 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
53+ rev : 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
5454 hooks :
5555 - id : ruff-check
5656 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -138,14 +138,6 @@ addopts = """\
138138django_find_project = false
139139xfail_strict = true
140140
141- [tool .coverage .run ]
142- branch = true
143- parallel = true
144- source = [
145- " django_mysql" ,
146- " tests" ,
147- ]
148-
149141[tool .coverage .paths ]
150142source = [
151143 " src" ,
@@ -155,6 +147,14 @@ source = [
155147[tool .coverage .report ]
156148show_missing = true
157149
150+ [tool .coverage .run ]
151+ branch = true
152+ parallel = true
153+ source = [
154+ " django_mysql" ,
155+ " tests" ,
156+ ]
157+
158158[tool .mypy ]
159159enable_error_code = [
160160 " ignore-without-code" ,
You can’t perform that action at this time.
0 commit comments