Skip to content

Commit a6f909a

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/kentik-api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ 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
5055
- name: Black
5156
working-directory: ./kentik_api_library
5257
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)