Skip to content
Snippets Groups Projects
Commit 44dc6be3 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[analysis-scripts] add pyproject.toml to manage linting of Python scripts

parent 369aad22
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ DISTRIB_FILES:=\
share/analysis-scripts/parse-coverage.sh \
share/analysis-scripts/print_callgraph.py \
share/analysis-scripts/prologue.mk \
share/analysis-scripts/pyproject.toml \
share/analysis-scripts/README.md \
share/analysis-scripts/results_display.py \
share/analysis-scripts/script_for_creduce_fatal.sh \
......@@ -1998,6 +1999,7 @@ install:: install-lib-$(OCAMLBEST)
share/analysis-scripts/normalize_jcdb.py \
share/analysis-scripts/parse-coverage.sh \
share/analysis-scripts/prologue.mk \
share/analysis-scripts/pyproject.toml \
share/analysis-scripts/README.md \
share/analysis-scripts/results_display.py \
share/analysis-scripts/script_for_creduce_fatal.sh \
......
......@@ -139,6 +139,7 @@ share/analysis-scripts/normalize_jcdb.py: CEA_LGPL
share/analysis-scripts/parse-coverage.sh: .ignore
share/analysis-scripts/print_callgraph.py: CEA_LGPL
share/analysis-scripts/prologue.mk: CEA_LGPL
share/analysis-scripts/pyproject.toml: .ignore
share/analysis-scripts/README.md: .ignore
share/analysis-scripts/results_display.py: CEA_LGPL
share/analysis-scripts/script_for_creduce_fatal.sh: .ignore
......
[tool.black]
line-length = 100
include = '\.py$'
extend-exclude = '''
# If you modify this list of files, run "black -v ." to confirm which files are
# properly excluded.
benchmark_database.py
| frama_c_results.py
| git_utils.py
| results_display.py
| summary.py
'''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment