You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,3 +47,6 @@ Analyzing 6 files using 8 processes..
47
47
Minimum required versions: !2, 3.4
48
48
```
49
49
When it yields `!2` or `!3` it means that it explicitly cannot run on that version.
50
+
51
+
## Contributing
52
+
Contributions are very welcome, especially adding and updating detection rules of modules, functions, classes etc. to cover as many Python versions as possible. For PRs, make sure to keep the code vanilla Python and run `make test` first. Note that code must be remain valid and working on Python v2.7+ and v3+.
0 commit comments