]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
tooling: pyright strict checking, black reconfiguration for longer lines, automatic...
authorVasek Sraier <git@vakabus.cz>
Fri, 26 Mar 2021 22:38:51 +0000 (23:38 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:52 +0000 (16:17 +0200)
commit0f76735c182de3da4e84fd2e0a7f1ff6105ea4ef
tree4e5f628e77e80ac26b9e2166f32a30cec9a62f71
parent3ce9fe6fe84243e2244d436d3355d8ae2fdbcdc9
tooling: pyright strict checking, black reconfiguration for longer lines, automatic import sorting
44 files changed:
manager/.gitignore
manager/integration/runner.py
manager/integration/tests/basic_startup/send_request.py
manager/integration/tests/worker_count/run_test.py
manager/knot_resolver_manager/__main__.py
manager/knot_resolver_manager/compat/__init__.py
manager/knot_resolver_manager/compat/asyncio.py
manager/knot_resolver_manager/compat/dataclasses.py
manager/knot_resolver_manager/configuration.py
manager/knot_resolver_manager/kres_manager.py
manager/knot_resolver_manager/systemd.py
manager/knot_resolver_manager/utils/__init__.py
manager/knot_resolver_manager/utils/dataclasses_yaml.py
manager/knot_resolver_manager/utils/types.py [new file with mode: 0644]
manager/poetry.lock
manager/pyproject.toml
manager/pyrightconfig.json
manager/scripts/container-run.py
manager/tests/utils/test_dataclasses_yaml.py
manager/tests/utils/test_dataclasses_yaml_inheritance.py
manager/typings/READMEmd [new file with mode: 0644]
manager/typings/jinja2/__init__.pyi [new file with mode: 0644]
manager/typings/jinja2/_compat.pyi [new file with mode: 0644]
manager/typings/jinja2/_stringdefs.pyi [new file with mode: 0644]
manager/typings/jinja2/bccache.pyi [new file with mode: 0644]
manager/typings/jinja2/compiler.pyi [new file with mode: 0644]
manager/typings/jinja2/constants.pyi [new file with mode: 0644]
manager/typings/jinja2/debug.pyi [new file with mode: 0644]
manager/typings/jinja2/defaults.pyi [new file with mode: 0644]
manager/typings/jinja2/environment.pyi [new file with mode: 0644]
manager/typings/jinja2/exceptions.pyi [new file with mode: 0644]
manager/typings/jinja2/ext.pyi [new file with mode: 0644]
manager/typings/jinja2/filters.pyi [new file with mode: 0644]
manager/typings/jinja2/lexer.pyi [new file with mode: 0644]
manager/typings/jinja2/loaders.pyi [new file with mode: 0644]
manager/typings/jinja2/meta.pyi [new file with mode: 0644]
manager/typings/jinja2/nodes.pyi [new file with mode: 0644]
manager/typings/jinja2/optimizer.pyi [new file with mode: 0644]
manager/typings/jinja2/parser.pyi [new file with mode: 0644]
manager/typings/jinja2/runtime.pyi [new file with mode: 0644]
manager/typings/jinja2/sandbox.pyi [new file with mode: 0644]
manager/typings/jinja2/tests.pyi [new file with mode: 0644]
manager/typings/jinja2/utils.pyi [new file with mode: 0644]
manager/typings/jinja2/visitor.pyi [new file with mode: 0644]