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 1f7a2ab commit 1502079Copy full SHA for 1502079
.github/workflows/lint.yml
@@ -2,6 +2,9 @@ name: Lint
2
3
on: [push, pull_request]
4
5
+env:
6
+ PY_COLORS: 1
7
+
8
jobs:
9
black:
10
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -2,6 +2,9 @@ name: Test
unit:
runs-on: ubuntu-20.04
0 commit comments