File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed
data-processing/apis/grpc Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ repos:
2424 - id : end-of-file-fixer
2525 - id : trailing-whitespace
2626 - repo : https://github.com/tox-dev/pyproject-fmt
27- rev : v2.11.1
27+ rev : v2.14.2
2828 hooks :
2929 - id : pyproject-fmt
3030 - repo : https://github.com/abravalheri/validate-pyproject
31- rev : v0.24.1
31+ rev : v0.25
3232 hooks :
3333 - id : validate-pyproject
3434 - repo : https://github.com/sphinx-contrib/sphinx-lint
4444 entry : isort --profile=black
4545 name : isort (python)
4646 - repo : https://github.com/psf/black-pre-commit-mirror
47- rev : 25.12 .0
47+ rev : 26.1 .0
4848 hooks :
4949 - id : black
5050 - repo : https://github.com/tonybaloney/perflint
Original file line number Diff line number Diff line change 1818import os
1919import re
2020
21-
2221# Set canonical URL for the sitemap
2322html_baseurl = "https://python4data.science/de/latest/"
2423
3332import os
3433import re
3534
36-
3735project = "Python für Data Science"
3836author = "Veit Schiele"
3937copyright = f"2019–2025, { author } "
Original file line number Diff line number Diff line change 66# Generated by the protocol buffer compiler. DO NOT EDIT!
77# source: accounts.proto
88"""Generated protocol buffer code."""
9+
910from google .protobuf import descriptor as _descriptor
1011from google .protobuf import message as _message
1112from google .protobuf import reflection as _reflection
1213from google .protobuf import symbol_database as _symbol_database
1314
14-
1515# @@protoc_insertion_point(imports)
1616
1717_sym_db = _symbol_database .Default ()
Original file line number Diff line number Diff line change 44
55# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
66"""Client and server classes corresponding to protobuf-defined services."""
7+
78import accounts_pb2 as accounts__pb2
89import grpc
910
Original file line number Diff line number Diff line change 88
99import pandas as pd
1010
11-
1211for sheet_name in pd .ExcelFile (sys .argv [1 ]).sheet_names :
1312 output = StringIO ()
1413 print ("Sheet: %s" % sheet_name )
Original file line number Diff line number Diff line change 88
99from fastapi import FastAPI
1010
11-
1211app = FastAPI ()
1312
1413
You can’t perform that action at this time.
0 commit comments