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.
2 parents e0d1d1b + deb99f3 commit fe92eb7Copy full SHA for fe92eb7
.github/workflows/release_gh.yml
@@ -16,3 +16,4 @@ jobs:
16
uses: adafruit/workflows-circuitpython-libs/release-gh@main
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
+ upload-url: ${{ github.event.release.upload_url }}
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
name: pylint (library code)
25
types: [python]
26
args:
27
- - --disable=consider-using-f-string,duplicate-code
+ - --disable=consider-using-f-string
28
exclude: "^(docs/|examples/|tests/|setup.py$)"
29
- id: pylint
30
name: pylint (example code)
0 commit comments