Skip to content

Commit

Permalink
Merge pull request #127 from smsearcy/104-refactor-sysinfo-parsing
Browse files Browse the repository at this point in the history
Refactor AREDN sysinfo.json parsing
  • Loading branch information
smsearcy authored Jul 25, 2024
2 parents 5ad6ecc + 57860c3 commit d019393
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 204 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pre-commit:
pdm run pre-commit run --all-files

lint:
pdm run ruff check . --fix
pdm run ruff format .
pdm run ruff check . --fix

mypy:
pdm run mypy meshinfo
Expand Down
Loading

0 comments on commit d019393

Please sign in to comment.