Skip to content

Commit edc79de

Browse files
[pre-commit.ci] pre-commit autoupdate (#682)
1 parent 79fb2f1 commit edc79de

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -50,7 +50,7 @@ repos:
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 ]

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,6 @@ addopts = """\
131131
"""
132132
xfail_strict = true
133133

134-
[tool.coverage.run]
135-
branch = true
136-
parallel = true
137-
source = [
138-
"whitenoise",
139-
"tests",
140-
]
141-
142134
[tool.coverage.paths]
143135
source = [
144136
"src",
@@ -148,5 +140,13 @@ source = [
148140
[tool.coverage.report]
149141
show_missing = true
150142

143+
[tool.coverage.run]
144+
branch = true
145+
parallel = true
146+
source = [
147+
"whitenoise",
148+
"tests",
149+
]
150+
151151
[tool.rstcheck]
152152
report_level = "ERROR"

0 commit comments

Comments
 (0)