mirror of https://github.com/crytic/slither
parent
3f706061e4
commit
023b332690
@ -0,0 +1,7 @@ |
||||
[tool.black] |
||||
target-version = ["py36"] |
||||
line-length = 100 |
||||
[tool.pylint.messages_control] |
||||
disable = """ |
||||
C0116,C0114 |
||||
""" |
Loading…
Reference in new issue