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 04cb11d commit eedafc4Copy full SHA for eedafc4
.github/workflows/format.yaml
@@ -16,5 +16,5 @@ jobs:
16
with:
17
python-version: "3.x"
18
- run: pip install black
19
- - run: black src/pyodr
+ - run: black src
20
- run: git diff --exit-code
0 commit comments