We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff1721 commit 85c14baCopy full SHA for 85c14ba
.git-blame-ignore-revs
@@ -0,0 +1,3 @@
1
+# Add here the commits that should be ignored
2
+# when issuing blames
3
+0ff17210003a85b08f683307e9a73555142c8707
.github/workflows/black.yml
@@ -0,0 +1,13 @@
+name: Lint
+
+on: [push, pull_request]
4
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: psf/black@stable
11
+ with:
12
+ jupyter: true
13
0 commit comments