Skip to content

Commit

Permalink
Formatted code with black: novonix_add.py and test_novonix_add.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viogp committed May 31, 2019
1 parent 591df82 commit 404cbf5
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 442 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: black
language_version: python3.7
files: ^preparenovonix/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
Expand Down
5 changes: 5 additions & 0 deletions preparenovonix/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = E203, E266, E401, E501, W503, F403, F401, C901
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
Loading

0 comments on commit 404cbf5

Please sign in to comment.