Skip to content

Commit e61c872

Browse files
add ruff
1 parent 4559282 commit e61c872

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ and black:
6060

6161
black --line-length=120 Evtx/ scripts/ tests/
6262

63+
For linting, use ruff:
64+
65+
ruff check Evtx/ scripts/ tests/
66+
6367
License
6468
-------
6569
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.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
'pytest-cov==5.0.0',
3131
'pytest==8.2.2',
3232
'lxml==5.2.2',
33+
'black==24.4.2',
34+
'isort==5.13.2',
35+
'ruff==0.4.10',
3336
]
3437
},
3538
scripts=['scripts/evtx_dump.py',

0 commit comments

Comments
 (0)