certego / .github

CI repo for Certego DevOps
https://www.certego.net
5 stars 0 forks source link

Add `use_autoflake` #118

Closed mlodic closed 1 year ago

mlodic commented 1 year ago

autoflake both on pre-commit and tests:

  # Remove unused imports with https://github.com/PyCQA/autoflake
  - uses: install-pinned/autoflake@cb1e699963f33a074b04b3d197a0b27d46986c40
  - run: autoflake --in-place --remove-all-unused-imports -r .