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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ and black:
60
60
61
61
black --line-length=120 Evtx/ scripts/ tests/
62
62
63
+
For linting, use ruff:
64
+
65
+
ruff check Evtx/ scripts/ tests/
66
+
63
67
License
64
68
-------
65
69
python-evtx is licensed under the Apache License, Version 2.0. This means it is freely available for use and modification in a personal and professional capacity.
0 commit comments