mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
init
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -33,6 +33,8 @@ jobs:
|
|||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -e .[dev]
|
run: pip install -e .[dev]
|
||||||
|
- name: Lint with ruff
|
||||||
|
run: ruff check .
|
||||||
- name: Lint with isort
|
- name: Lint with isort
|
||||||
run: isort --profile black --length-sort --line-width 120 --skip-glob "*_pb2.py" -c .
|
run: isort --profile black --length-sort --line-width 120 --skip-glob "*_pb2.py" -c .
|
||||||
- name: Lint with black
|
- name: Lint with black
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -74,6 +74,7 @@ setuptools.setup(
|
|||||||
"pytest-instafail==0.4.2",
|
"pytest-instafail==0.4.2",
|
||||||
"pytest-cov==4.0.0",
|
"pytest-cov==4.0.0",
|
||||||
"pycodestyle==2.10.0",
|
"pycodestyle==2.10.0",
|
||||||
|
"ruff==0.0.259",
|
||||||
"black==23.1.0",
|
"black==23.1.0",
|
||||||
"isort==5.11.4",
|
"isort==5.11.4",
|
||||||
"mypy==1.1.1",
|
"mypy==1.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user