Skip to content

Commit

Permalink
Disable type checking on conftest.py (it dynamically patches the core…
Browse files Browse the repository at this point in the history
… library, so will never statically type check)
  • Loading branch information
JamesParrott committed Jan 31, 2025
1 parent 2b122d3 commit c5c0b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
import re
import doctest

Expand Down

0 comments on commit c5c0b89

Please sign in to comment.