mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-04 13:05:12 +00:00
Add autopep8 configuration and integrate into workflows for code formatting
This commit is contained in:
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[tool.autopep8]
|
||||
max_line_length = 120
|
||||
ignore = "E501,W6" # or ["E501", "W6"]
|
||||
recursive = true
|
||||
aggressive = 3
|
||||
indent_size = 2
|
||||
Reference in New Issue
Block a user