Skip to content

chore: Safe fixes for Ruff 0.16 - #201

Open
cpswan wants to merge 5 commits into
trunkfrom
cpswan-ruff-0.16
Open

chore: Safe fixes for Ruff 0.16#201
cpswan wants to merge 5 commits into
trunkfrom
cpswan-ruff-0.16

Conversation

@cpswan

@cpswan cpswan commented Aug 6, 2026

Copy link
Copy Markdown
Member

Fixes #196

- What I did

Changes to satisfy new lint rules

- How I did it

  • ruff check 'src/main.py' 'src/lib/aes.py' 'src/lib/atclient.py' 'src/lib/iv_nonce.py' 'src/lib/logging.py' 'src/lib/ntp_client.py' 'src/lib/pem_service.py' 'src/lib/uasn1.py' --fix
  • ruff check 'src/main.py' 'src/lib/aes.py' 'src/lib/atclient.py' 'src/lib/iv_nonce.py' 'src/lib/logging.py' 'src/lib/ntp_client.py' 'src/lib/pem_service.py' 'src/lib/uasn1.py' --fix --unsafe-fixes
  • Unpinned Ruff version in ruff_lint.yml workflow
  • Manual fixes to remaining lints

- How to verify it

CI

- Description for the changelog

build: Fixes for Ruff 0.16

@cpswan cpswan self-assigned this Aug 6, 2026
@cpswan
cpswan marked this pull request as draft August 6, 2026 12:52
@cpswan
cpswan marked this pull request as ready for review August 6, 2026 13:50
@cpswan
cpswan requested a review from cconstab August 6, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update lints to use Ruff 0.16

1 participant