Skip to content

Commit

Permalink
add codeclimatconfig, set line length to 88
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Jan 29, 2021
1 parent 84d67f4 commit f09355c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "2"
checks:
method-complexity:
config:
threshold: 8
engines:
bandit:
enabled: true
checks:
assert_used:
enabled: false
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md
description-file = README.md

[pep8]
max-line-length = 88

0 comments on commit f09355c

Please sign in to comment.