Skip to content

Commit

Permalink
skip type checking on intrinio's code from their python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Dec 9, 2024
1 parent 15eeec1 commit e553d7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""Intrinio Realtime Stocks Client."""

# pylint: skip-file
# mypy: ignore-errors
# ruff: noqa
# flake8: noqa
# type: ignore
# This file is a slightly modified version of the original file from the Intrinio Python SDK.

import logging
Expand Down

0 comments on commit e553d7a

Please sign in to comment.