Skip to content

Commit 091221f

Browse files
committed
Remove TODOs that don't need any extra work
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c61955f commit 091221f

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

.github/workflows/release-notes-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
if: github.event_name == 'pull_request'
2323
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
2424
with:
25-
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
26-
# token: ${{ secrets.github_token }}
2725
file-pattern: "RELEASE_NOTES.md"
2826
prereq-pattern: "src/**"
2927
skip-label: "cmd:skip-release-notes"

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
# Fallback owner.
55
# These are the default owners for everything in the repo, unless a later match
66
# takes precedence.
7-
# TODO(cookiecutter): Add more specific code-owners, check if the default is correct
87
* @frequenz-floss/python-sdk-team

docs/_scripts/macros.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,5 @@ def define_env(env: macros.MacrosPlugin) -> None:
7474
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
7575
env.variables["code_annotation_marker"] = _CODE_ANNOTATION_MARKER
7676

77-
# TODO(cookiecutter): Add any other macros, variables and filters here.
78-
7977
# This hook needs to be done at the end of the `define_env` function.
8078
_hook_macros_plugin(env)

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ strict: true # Treat warnings as errors
1414
# Build directories
1515
theme:
1616
name: "material"
17-
# TODO(cookiecutter): You might want to change the logo, the file is located in "docs/"
1817
logo: _img/logo.png
1918
favicon: _img/logo.png
2019
language: en
@@ -49,7 +48,6 @@ theme:
4948
name: Switch to light mode
5049

5150
extra:
52-
# TODO(cookiecutter): You probably want to update the social links
5351
social:
5452
- icon: fontawesome/brands/github
5553
link: https://github.com/frequenz-floss
@@ -115,7 +113,6 @@ plugins:
115113
show_symbol_type_toc: true
116114
signature_crossrefs: true
117115
import:
118-
# TODO(cookiecutter): You might want to add other external references here
119116
# See https://mkdocstrings.github.io/python/usage/#import for details
120117
- https://docs.python.org/3/objects.inv
121118
- https://typing-extensions.readthedocs.io/en/stable/objects.inv

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "Core utilities to complement Python's standard library"
1515
readme = "README.md"
1616
license = { text = "MIT" }
1717
keywords = ["frequenz", "python", "lib", "library", "core", "stdlib"]
18-
# TODO(cookiecutter): Remove and add more classifiers if appropriate
1918
classifiers = [
2019
"Development Status :: 5 - Production/Stable",
2120
"Intended Audience :: Developers",
@@ -27,14 +26,12 @@ classifiers = [
2726
]
2827
requires-python = ">= 3.11, < 4"
2928
dependencies = ["typing-extensions >= 4.5.0, < 5"]
30-
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3129
dynamic = ["version"]
3230

3331
[[project.authors]]
3432
name = "Frequenz Energy-as-a-Service GmbH"
3533
3634

37-
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
3835
[project.optional-dependencies]
3936
dev-flake8 = [
4037
"flake8 == 7.0.0",

0 commit comments

Comments
 (0)