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.
1 parent 8623fa6 commit 2822201Copy full SHA for 2822201
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Documentation
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "pip"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ - package-ecosystem: "github-actions"
11
12
13
.github/workflows/lint.yml
@@ -0,0 +1,10 @@
+name: Lint
+on: [push, pull_request]
+jobs:
+ lint:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: psf/black@stable
requirements.txt
0 commit comments