Skip to content

Commit

Permalink
re-run black with version 20.18. Fixes #128 for good
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanp committed Sep 1, 2020
1 parent 94d608b commit 90ce007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E, W, C901, ./radis/io/hapi.py, */__init__.py
ignore = E, W, C901, radis/io/hapi.py, */__init__.py
max-line-length = 89
max-complexity = 18
select = B,C,E,F,W,T4,B9
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
- id: flake8
exclude: radis/io/hapi.py

0 comments on commit 90ce007

Please sign in to comment.