Skip to content

Commit 2de8b20

Browse files
committed
Enable linting of "examples\"
1 parent 81c021b commit 2de8b20

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/kentik-api.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
python -m site
4848
python -m pip install --upgrade -r requirements.txt
4949
python -m pip install --upgrade -r requirements-dev.txt
50+
- name: Info
51+
working-directory: ./kentik_api_library
52+
run: |
53+
cat pyproject.toml
54+
cat setup.py
55+
cat kentik_api/utils/auth.py
56+
ls kentik_api/utils
5057
- name: Black
5158
working-directory: ./kentik_api_library
5259
run: python3 setup.py black --check

kentik_api_library/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ testpaths = ["tests/integration", "tests/unit"]
2424

2525
[tool.pylint.message_control]
2626
max-line-length = 120
27-
ignore = "examples"
2827
disable = [
2928
"missing-module-docstring",
3029
"missing-class-docstring",

0 commit comments

Comments
 (0)