Skip to content

refactor(ms17-010): clean up and add full AI-generated comments to MS… #8

refactor(ms17-010): clean up and add full AI-generated comments to MS…

refactor(ms17-010): clean up and add full AI-generated comments to MS… #8

Workflow file for this run

name: Lint Python code with ruff
on: [push, pull_request]
jobs:
lint:
name: Lint Python code with ruff
runs-on: ubuntu-latest
if:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: python -m ruff --format=github --target-version=py37
--ignore=E501,E405 .
#,E101,E401,E402,E701,E703,E711,E712,E713,E714,E721,E722,E731,E741,F401,F403,F405,F601,F811,F841,F901 .