Skip to content

Commit

Permalink
lint and type check only production files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Feb 10, 2025
1 parent 9de88c4 commit b259eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: tj-actions/changed-files@v41
with:
files: |
**/*.py
logprep/**/*.py
- name: Install dependencies
run: |
pip install --upgrade pip wheel
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ max-attributes=12
# List of method names used to declare (i.e. assign) instance attributes.
defining-attr-methods="__init__,__new__,setUp"
[tool.mypy]
exclude = ["tests"]
exclude = "(?x)(test_.+py)"
follow_imports = "skip"
follow_imports_for_stubs = "True"

0 comments on commit b259eb6

Please sign in to comment.