Skip to content

Commit

Permalink
dev: less strict about private imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 18, 2023
1 parent c925bf2 commit 1b4ee13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ documentation = "https://MartinBernstorff.github.io/personal-mnemonic-medium/"
exclude = [".*venv*", "*subtasks*"]
pythonPlatform = "Darwin"
reportMissingTypeStubs = false
reportPrivateImportUsage = false
typeCheckingMode = "strict"

[tool.ruff]
Expand Down

0 comments on commit 1b4ee13

Please sign in to comment.