Skip to content

Commit 59a3297

Browse files
committed
Remove TODOs that didn't require any work
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ccd4e83 commit 59a3297

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ blank_issues_enabled: true
55
contact_links:
66
- name: Ask a question ❓
77
url: https://github.com/frequenz-floss/frequenz-pymdown-superfence-filter-lines-python/discussions/new?category=support
8-
# TODO(cookiecutter): Make sure the GitHub repository has a discussion category "Support"
9-
# Rename the "Q&A" category to "Support" and change the emoji to 🆘 (SOS)
108
about: Use this if you are not sure how to do something, have installation problems, etc.

.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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
A custom superfence for pymdown-extensions that can filters lines and plays nice with MkDocs.
1010

11-
TODO(cookiecutter): Improve the README file
12-
1311
## Supported Platforms
1412

1513
The following platforms are officially supported (tested):

docs/_scripts/macros.py

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

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

mkdocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ strict: true # Treat warnings as errors
1616
# Build directories
1717
theme:
1818
name: "material"
19-
# TODO(cookiecutter): You might want to change the logo, the file is located in "docs/"
2019
logo: _img/logo.png
2120
favicon: _img/logo.png
2221
language: en
@@ -51,7 +50,6 @@ theme:
5150
name: Switch to light mode
5251

5352
extra:
54-
# TODO(cookiecutter): You probably want to update the social links
5553
social:
5654
- icon: fontawesome/brands/github
5755
link: https://github.com/frequenz-floss
@@ -117,8 +115,6 @@ plugins:
117115
show_source: true
118116
signature_crossrefs: true
119117
import:
120-
# TODO(cookiecutter): You might want to add other external references here
121-
# See https://mkdocstrings.github.io/python/usage/#import for details
122118
- https://docs.python.org/3/objects.inv
123119
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
124120
# Note this plugin must be loaded after mkdocstrings to be able to use macros

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "A custom superfence for pymdown-extensions that can filters lines
1515
readme = "README.md"
1616
license = { text = "MIT" }
1717
keywords = ["frequenz", "python", "lib", "library", "pymdown-superfence-filter-lines", "markdown", "filter", "mkdocs", "python3", "mkdocs-material", "pymdown", "pymdown-extensions", "superfence"]
18-
# TODO(cookiecutter): Remove and add more classifiers if appropriate
1918
classifiers = [
2019
"Development Status :: 3 - Alpha",
2120
"Intended Audience :: Developers",
@@ -36,7 +35,6 @@ dynamic = ["version"]
3635
name = "Frequenz Energy-as-a-Service GmbH"
3736
3837

39-
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
4038
[project.optional-dependencies]
4139
dev-flake8 = [
4240
"flake8 == 6.1.0",

0 commit comments

Comments
 (0)