Skip to content

Commit f5fae3c

Browse files
[pre-commit.ci] pre-commit autoupdate (#380)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eaf7ad8 commit f5fae3c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.4
3+
rev: v0.8.0
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]

pytest_httpserver/__init__.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"""
55

66
__all__ = [
7+
"METHOD_ALL",
8+
"URI_DEFAULT",
9+
"BlockingHTTPServer",
10+
"BlockingRequestHandler",
11+
"Error",
712
"HTTPServer",
813
"HTTPServerError",
9-
"Error",
10-
"NoHandlerError",
11-
"WaitingSettings",
1214
"HeaderValueMatcher",
15+
"NoHandlerError",
1316
"RequestHandler",
1417
"RequestMatcher",
1518
"URIPattern",
16-
"URI_DEFAULT",
17-
"METHOD_ALL",
18-
"BlockingHTTPServer",
19-
"BlockingRequestHandler",
19+
"WaitingSettings",
2020
]
2121

2222
from .blocking_httpserver import BlockingHTTPServer

0 commit comments

Comments
 (0)