Skip to content

Commit

Permalink
add autopep8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mausy5043 committed Aug 13, 2024
1 parent ef26b78 commit ce6a992
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ helpermaker = 'bluepy3.helpermaker:main'
"Homepage" = "https://github.com/Mausy5043/bluepy3"
"Bug Tracker" = "https://github.com/Mausy5043/bluepy3/issues"

[tool.autopep8]
max_line_length = 98
in-place = true
recursive = true
aggressive = 2
ignore = "E203"

[tool.bandit]
skips = ["B101", "B603"]
# ,B601
Expand Down

0 comments on commit ce6a992

Please sign in to comment.