Skip to content

Commit

Permalink
Merge branch 'INTG-2394' into 'develop'
Browse files Browse the repository at this point in the history
Added new config for linting and formatting

See merge request integrations/marketplace/splunk/reversinglabs-ticloudv2!6
  • Loading branch information
DinkoReversingLabs committed Oct 4, 2024
2 parents a1afee2 + 18fc621 commit c024a73
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 438 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tool.black]
line-length = 145
target-version = ['py39']
verbose = true

[tool.isort]
line_length = 145
Loading

0 comments on commit c024a73

Please sign in to comment.