Skip to content

Commit

Permalink
Enable black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 13, 2020
1 parent 91a7b77 commit 3d60a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Lint
run: |
python --version
tox -q || true # TODO: Remove this once trunk has been formatted
tox -q
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
minversion=2.4
skip_missing_interpreters=True
toxworkdir=build/
envlist=lint, mypy,
envlist=lint, mypy, black,
apidocs,narrativedocs,newsfragment,
manifest-checker, twine,
py36-alldeps-nocov
Expand Down

0 comments on commit 3d60a85

Please sign in to comment.