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:
Arne Welzel 2023-08-29 09:10:09 +02:00
parent d81cb9d10e
commit f766669b73
2 changed files with 5 additions and 6 deletions

View file

@ -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")