Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Mar 29, 2023
1 parent f2c5990 commit 246b4d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ exclude = [
"build",
"compat.py",
"__init__.py",
"datadog_checks_dev/datadog_checks/dev/tooling/templates/*",
"*/datadog_checks/*/vendor/*",
"**/datadog_checks/dev/tooling/templates/*",
"**/datadog_checks/*/vendor/*",
]
target-version = "py37"
line-length = 120
Expand Down Expand Up @@ -100,5 +100,4 @@ ban-relative-imports = "all"
#Tests can use assertions and relative imports
"**/tests/**/*" = ["S101", "TID252"]
"datadog_checks/*/config_models/deprecations.py" = ["E501"]
"tests/models/config_models/deprecations.py" = ["E501"]

"tests/models/config_models/deprecations.py" = ["E501"]

0 comments on commit 246b4d8

Please sign in to comment.