We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b205a0 commit 055b89bCopy full SHA for 055b89b
.github/workflows/main.yml
@@ -18,8 +18,6 @@ jobs:
18
with:
19
python-version: 3.7
20
- name: Setup project with pip
21
- run: pip install .
22
- - name: Install Pylint
23
- run: pip install pylint
+ run: "pip install -e .[dev]"
24
- name: Run Pylint
25
- run: pylint sentry2csv/sentry2csv.py
+ run: pylint sentry2csv
sentry2csv/__init__.py
setup.cfg
@@ -1,3 +1,3 @@
1
-[flake8]
2
-select = E,W,H
3
-max-line-length = 115
+[metadata]
+description-file = README.md
+
0 commit comments