mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
pre-commit: autoupdate
...except for clang-format, because versions after v13.0.0 have borked the Whitesmith formatting. Also moves yapf from pre-commit/mirrors-yapf to google/yapf.
This commit is contained in:
parent
d81cb9d10e
commit
f766669b73
2 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,7 @@ import http.server as BaseHTTPServer
|
|||
|
||||
|
||||
class MyRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
|
||||
def do_GET(self):
|
||||
self.send_response(200)
|
||||
self.send_header("Content-type", "text/plain")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue