Skip to content

Commit 85c14ba

Browse files
committed
added black to blame ignore as well as the GA
Signed-off-by: Nick Papior <[email protected]>
1 parent 0ff1721 commit 85c14ba

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add here the commits that should be ignored
2+
# when issuing blames
3+
0ff17210003a85b08f683307e9a73555142c8707

.github/workflows/black.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint
2+
3+
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

Comments
 (0)