Skip to content

Commit

Permalink
Increase line length in deepsource config
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Apr 25, 2019
1 parent c5be674 commit 4513877
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version = 1
version = 1

[[analyzers]]
name = "python"
enabled = true
runtime_version = "2.x.x"
[[analyzers]]
name = "python"
enabled = true
runtime_version = "2.x.x"

[analyzers.meta]
max_line_length = 100

0 comments on commit 4513877

Please sign in to comment.