Skip to content

Remove depreciated loss_average argument of KFACLinearOperator and add makefile for ruff #18

Remove depreciated loss_average argument of KFACLinearOperator and add makefile for ruff

Remove depreciated loss_average argument of KFACLinearOperator and add makefile for ruff #18

Workflow file for this run

name: ruff-lint
on: pull_request
jobs:
ruff-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'