Skip to content

Commit 33bb337

Browse files
authored
Chores: testing, versioning, publishing (#71)
2 parents 00bf073 + 76515eb commit 33bb337

File tree

21 files changed

+271
-1377
lines changed

21 files changed

+271
-1377
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
},
1919
// Add the IDs of extensions you want installed when the container is created.
2020
"extensions": [
21-
"bungcip.better-toml",
2221
"eamodio.gitlens",
2322
"esbenp.prettier-vscode",
2423
"mhutchie.git-graph",
2524
"ms-python.python",
26-
"ms-python.vscode-pylance"
25+
"ms-python.black-formatter",
26+
"ms-python.flake8",
27+
"tamasfe.even-better-toml"
2728
]
2829
}
2930
}

.github/dependabot.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip"
9+
directory: "/" # pyproject.toml
10+
schedule:
11+
interval: "daily"
12+
commit-message:
13+
prefix: "chore"
14+
include: "scope"
15+
labels:
16+
- "dependencies"
17+
- package-ecosystem: "github-actions"
18+
# Workflow files stored in the
19+
# default location of `.github/workflows`
20+
directory: "/"
21+
schedule:
22+
interval: "daily"
23+
commit-message:
24+
prefix: "chore"
25+
include: "scope"
26+
labels:
27+
- "dependencies"

.github/workflows/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/github-stats.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/github-stats/.env.sample

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/github-stats/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/github-stats/index.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)