We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef80b86 commit 30cdfe3Copy full SHA for 30cdfe3
.github/workflows/black_format.yml
@@ -1,9 +1,6 @@
1
name: Lint and Auto Format
2
3
-on:
4
- push:
5
- branches: [main]
6
- pull_request:
+on: [push]
7
8
jobs:
9
lint:
@@ -26,7 +23,7 @@ jobs:
26
23
run: pip install black
27
24
28
25
- name: Run Black (format code)
29
- run: black --verbose ./src --jupyter
+ run: black --verbose ./src
30
31
- name: Check for changes
32
id: check_diff
0 commit comments