Skip to content

Commit

Permalink
Explicitly specify the directories and files that Black should scan
Browse files Browse the repository at this point in the history
Closes nedbat#15
  • Loading branch information
kurtmckee committed Dec 13, 2020
1 parent 6ca10f5 commit b2c96bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.d/20201212_221749_kurtmckee_os_sep.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fixed
.....

- Explicitly specify the directories and files that Black should scan. (#15)

This prevents Black from scanning every file in a virtual environment.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ commands =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
black --check --diff --line-length=80 .
black --check --diff --line-length=80 src/scriv tests docs setup.py
mypy src/scriv tests
pylint src/scriv tests docs setup.py
pycodestyle src/scriv tests docs setup.py
Expand Down

0 comments on commit b2c96bf

Please sign in to comment.