Skip to content

Commit

Permalink
Ignore any Python update in ApiModules, until we can proprtly determi…
Browse files Browse the repository at this point in the history
…ne their desired version. (demisto#27953)
  • Loading branch information
kobymeir authored and xsoar-bot committed Aug 2, 2023
1 parent d529ac4 commit cd28b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ src = [

[tool.ruff.per-file-ignores]
"**/*_test.py" = []
# Ignore any Python update in ApiModules, until we can proprtly determine their desired version.
"**/*ApiModule.py" = [ "UP" ]

[tool.mypy]
python_version = "3.10"
Expand Down

0 comments on commit cd28b82

Please sign in to comment.