diff --git a/project_templates/fastapi_safir_app/example-uws/ruff-shared.toml b/project_templates/fastapi_safir_app/example-uws/ruff-shared.toml index 3e3d9870..36d8097e 100644 --- a/project_templates/fastapi_safir_app/example-uws/ruff-shared.toml +++ b/project_templates/fastapi_safir_app/example-uws/ruff-shared.toml @@ -36,6 +36,7 @@ ignore = [ "ASYNC240", # we don't want to run filesystem operations on threads "BLE001", # we want to catch and report Exception in background tasks "C414", # nested sorted is how you sort by multiple keys with reverse + "CPY001", # No, every single file doesn't need its own copyright notice "D102", # sometimes we use docstring inheritence "D104", # don't see the point of documenting every package "D105", # our style doesn't require docstrings for magic methods diff --git a/project_templates/fastapi_safir_app/example/ruff-shared.toml b/project_templates/fastapi_safir_app/example/ruff-shared.toml index 3e3d9870..36d8097e 100644 --- a/project_templates/fastapi_safir_app/example/ruff-shared.toml +++ b/project_templates/fastapi_safir_app/example/ruff-shared.toml @@ -36,6 +36,7 @@ ignore = [ "ASYNC240", # we don't want to run filesystem operations on threads "BLE001", # we want to catch and report Exception in background tasks "C414", # nested sorted is how you sort by multiple keys with reverse + "CPY001", # No, every single file doesn't need its own copyright notice "D102", # sometimes we use docstring inheritence "D104", # don't see the point of documenting every package "D105", # our style doesn't require docstrings for magic methods diff --git a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/ruff-shared.toml b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/ruff-shared.toml index 3e3d9870..36d8097e 100644 --- a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/ruff-shared.toml +++ b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/ruff-shared.toml @@ -36,6 +36,7 @@ ignore = [ "ASYNC240", # we don't want to run filesystem operations on threads "BLE001", # we want to catch and report Exception in background tasks "C414", # nested sorted is how you sort by multiple keys with reverse + "CPY001", # No, every single file doesn't need its own copyright notice "D102", # sometimes we use docstring inheritence "D104", # don't see the point of documenting every package "D105", # our style doesn't require docstrings for magic methods diff --git a/project_templates/square_pypi_package/example/ruff-shared.toml b/project_templates/square_pypi_package/example/ruff-shared.toml index 3e3d9870..36d8097e 100644 --- a/project_templates/square_pypi_package/example/ruff-shared.toml +++ b/project_templates/square_pypi_package/example/ruff-shared.toml @@ -36,6 +36,7 @@ ignore = [ "ASYNC240", # we don't want to run filesystem operations on threads "BLE001", # we want to catch and report Exception in background tasks "C414", # nested sorted is how you sort by multiple keys with reverse + "CPY001", # No, every single file doesn't need its own copyright notice "D102", # sometimes we use docstring inheritence "D104", # don't see the point of documenting every package "D105", # our style doesn't require docstrings for magic methods diff --git a/project_templates/square_pypi_package/{{cookiecutter.name}}/ruff-shared.toml b/project_templates/square_pypi_package/{{cookiecutter.name}}/ruff-shared.toml index 3e3d9870..36d8097e 100644 --- a/project_templates/square_pypi_package/{{cookiecutter.name}}/ruff-shared.toml +++ b/project_templates/square_pypi_package/{{cookiecutter.name}}/ruff-shared.toml @@ -36,6 +36,7 @@ ignore = [ "ASYNC240", # we don't want to run filesystem operations on threads "BLE001", # we want to catch and report Exception in background tasks "C414", # nested sorted is how you sort by multiple keys with reverse + "CPY001", # No, every single file doesn't need its own copyright notice "D102", # sometimes we use docstring inheritence "D104", # don't see the point of documenting every package "D105", # our style doesn't require docstrings for magic methods diff --git a/project_templates/technote_md/testn-000/technote.toml b/project_templates/technote_md/testn-000/technote.toml index 343c00eb..bbe8d0f0 100644 --- a/project_templates/technote_md/testn-000/technote.toml +++ b/project_templates/technote_md/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2026-07-15T19:16:17Z +date_created = 2026-07-24T17:58:10Z organization.name = "NSF-DOE Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0" diff --git a/project_templates/technote_rst/testn-000/technote.toml b/project_templates/technote_rst/testn-000/technote.toml index 8eaa34f6..eaeba3c4 100644 --- a/project_templates/technote_rst/testn-000/technote.toml +++ b/project_templates/technote_rst/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2026-07-15T19:16:17Z +date_created = 2026-07-24T17:58:10Z organization.name = "NSF-DOE Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0"