Skip to content

Commit

Permalink
ignore import intelhex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 1, 2024
1 parent 2b7ce0d commit 9ecc431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target-version = "py37"

# tests often manipulate sys.path before importing the main tools, so ignore import order violations
"test/*.py" = ["E402"]
"esptool/bin_image.py" = ["E402"]

# multiple spaces after ',' and long lines - used for visual layout of eFuse data
"espefuse/efuse/*/mem_definition.py" = ["E241", "E501"]
Expand Down

0 comments on commit 9ecc431

Please sign in to comment.