Skip to content

Commit

Permalink
add pylint disable to buggy_versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Mar 29, 2024
1 parent 448d77f commit 78ec306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,656 deletions.
1 change: 1 addition & 0 deletions scripts/update_buggy_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ def organize_data(json_data):
bugs_by_version = organize_data(bug_data)

with open(Path.cwd() / Path("slither/utils/buggy_versions.py"), "w", encoding="utf-8") as file:
file.write("# pylint: disable=too-many-lines\n")
file.write(f"bugs_by_version = {bugs_by_version}")
Loading

0 comments on commit 78ec306

Please sign in to comment.