From 7cc869d410181e2c139df70dccc20f08769a0e70 Mon Sep 17 00:00:00 2001 From: Yuchen Ethan Xiao Date: Thu, 31 Jul 2025 10:47:02 -0400 Subject: [PATCH 1/2] skpkg: recut with 0.1.0 `scikit-package` --- .flake8 | 2 + .../pull_request_template.md | 2 - LICENSE.rst | 52 ++++++++----------- news/migration.rst | 23 ++++++++ 4 files changed, 48 insertions(+), 31 deletions(-) create mode 100644 news/migration.rst diff --git a/.flake8 b/.flake8 index 379715f..a510511 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,5 @@ +# As of now, flake8 does not natively support configuration via pyproject.toml +# https://github.com/microsoft/vscode-flake8/issues/135 [flake8] exclude = .git, diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 1099d86..f0f9089 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,9 +1,7 @@ ### What problem does this PR address? - ### What should the reviewer(s) do? - ### What should the reviewer(s) do? +