mirror of
https://github.com/vee1e/capa.git
synced 2026-09-03 03:37:26 +00:00
reformatting with black
This commit is contained in:
parent
ccc51dab35
commit
a40126aeff
3 changed files with 23 additions and 7 deletions
2
.github/ruff.toml
vendored
2
.github/ruff.toml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
select = ["E"]
|
||||
ignore = ["E402", "E722", "E902"]
|
||||
exclude = ["*_pb2.py", "*_pb2.pyi", "capa2yara.py" , "test_engine.py"]
|
||||
exclude = ["*_pb2.py", "*_pb2.pyi", "capa2yara.py"]
|
||||
|
||||
# Same as pycodestyle.
|
||||
line-length = 180
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue