Skip to content

Rename GenerateFluctuationField to FluctuationFieldGenerator and typing #541

Rename GenerateFluctuationField to FluctuationFieldGenerator and typing

Rename GenerateFluctuationField to FluctuationFieldGenerator and typing #541

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./drdmannturb"
args: "--fix"
- uses: jpetrucciani/mypy-check@master
with:
src: "./drdmannturb"
args: "--ignore-missing-imports"