Skip to content

Commit

Permalink
Remove ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Apr 24, 2024
1 parent a9a1d92 commit d68c84e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,5 @@ quote-style = 'single'
typeCheckingMode = 'strict'
reportUnnecessaryTypeIgnoreComment = true
reportMissingTypeStubs = false
exclude = [
'src/packages/logfire/docs/**/*.py',
'src/packages/logfire/site/**/*.py',
]
exclude = ['docs/**/*.py', 'site/**/*.py']
venvPath = '.venv'

0 comments on commit d68c84e

Please sign in to comment.