Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
update lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Aug 21, 2019
1 parent 0b68e90 commit 22fbab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -25,7 +25,6 @@ fix-front:
cd rdltr_front && $(NPM) lint --fix

fix-python:
$(ISORT) -rc $(FLASK_APP)
black $(FLASK_APP)

install: install-python install-front
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,5 +1,6 @@
[tool.black]
line-length = 79
skip-string-normalization = true
py36 = true
target-version = ['py36', 'py37']
include = '\.py$'
exclude = 'migrations'

0 comments on commit 22fbab5

Please sign in to comment.