Skip to content

Merge pull request #109 from derekpierre/nucypher-core-update #351

Merge pull request #109 from derekpierre/nucypher-core-update

Merge pull request #109 from derekpierre/nucypher-core-update #351

Workflow file for this run

name: 🧹 Darker
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: akaihola/darker@v2.1.1
with:
version: "2.1.1" # defaults to same version, but can be modified