Skip to content

Commit

Permalink
Exclude docs from/ mypy checks, ignore .vscode/
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jan 19, 2024
1 parent ed3f9bb commit 0bd0b2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ lib
.coverage
.tox
wheelhouse
.vscode/
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ repos:
rev: v1.5.1
hooks:
- id: mypy
exclude: 'docs/.'
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ skip_gitignore = true
color_output = true

[tool.mypy]
exclude = ["docs", "build"]
ignore_missing_imports = true
show_error_codes = true

0 comments on commit 0bd0b2a

Please sign in to comment.