Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"bungcip.better-toml",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"mhutchie.git-graph",
"ms-python.python",
"ms-python.vscode-pylance"
"ms-python.black-formatter",
"ms-python.flake8",
"tamasfe.even-better-toml"
]
}
}
Expand Down
27 changes: 27 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # pyproject.toml
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
1 change: 0 additions & 1 deletion .github/workflows/.python-version

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/github-stats.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/github-stats/.env.sample

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/github-stats/.gitignore

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/github-stats/index.js

This file was deleted.

Loading