From 12e702f49e8df3baac8f1ec6e60743af17ec3003 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:47:07 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.37.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.34.0...0.37.4) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.3) - [github.com/thlorenz/doctoc: v2.2.0 → v2.5.0](https://github.com/thlorenz/doctoc/compare/v2.2.0...v2.5.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ee56c7..8201eff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ ci: autoupdate_schedule: weekly repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.37.4 hooks: - id: check-github-workflows - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.3 hooks: - id: codespell args: ["-L", ""] @@ -35,6 +35,6 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/thlorenz/doctoc - rev: v2.2.0 + rev: v2.5.0 hooks: - id: doctoc From 759b12056994368b4b5771398df7f367f63f6422 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:47:19 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++++ .github/PULL_REQUEST_TEMPLATE.md | 1 - CREDITS.md | 4 ++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b77ea7..a35c70d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,10 @@ labels: "" assignees: "" --- + + + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2bc5d5f..068a38d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,6 +6,10 @@ labels: "" assignees: "" --- + + + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 327bd48..b8ebbfb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,4 @@ Anyone who agrees with this pull request could submit an _Approve_ review to it. - diff --git a/CREDITS.md b/CREDITS.md index c861562..60eea09 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,3 +1,7 @@ + + + + 1. [awesome-python](https://github.com/vinta/awesome-python) by Vinta Chen is licensed under CC BY 4.0 1. [awesome-dataviz](https://github.com/javierluraschi/awesome-dataviz) by Javier Luraschi is licensed under CC BY 4.0 1. [awesome-python-dataviz](https://github.com/tkoyama010/awesome-python-dataviz) by Tetsuo Koyama is licensed under CC BY 4.0