Skip to content

Fix opacity calculation problem with the agg renderer (#5697) (#7085) #339

Fix opacity calculation problem with the agg renderer (#5697) (#7085)

Fix opacity calculation problem with the agg renderer (#5697) (#7085) #339

Workflow file for this run

name: Code Checks
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1