Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

---
name: Bug report
about: Create a report to help us improve
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

---
name: Feature request
about: Suggest an idea for this project
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Anyone who agrees with this pull request could submit an _Approve_ review to it.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ ci:
autoupdate_schedule: weekly
repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.0
rev: 0.37.1
hooks:
- id: check-github-workflows
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
args: ["-L", ""]
Expand All @@ -35,6 +35,6 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
rev: v2.3.0
hooks:
- id: doctoc
4 changes: 4 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

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