We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a07df6 + 5e88123 commit 587b51aCopy full SHA for 587b51a
.github/dependabot.yml
@@ -5,7 +5,11 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "pip" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: "pip"
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
+ - package-ecosystem: "github-actions"
13
14
schedule:
15
interval: "weekly"
.github/workflows/lint.yml
@@ -0,0 +1,10 @@
1
+name: Lint
2
+
3
+on: [push, pull_request]
4
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: psf/black@stable
0 commit comments