Skip to content

Commit

Permalink
Chores: testing, versioning, publishing (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Nov 17, 2023
2 parents 00bf073 + 76515eb commit 33bb337
Show file tree
Hide file tree
Showing 21 changed files with 271 additions and 1,377 deletions.
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

0 comments on commit 33bb337

Please sign in to comment.