Skip to content

Commit

Permalink
Update black target to Python 3.6
Browse files Browse the repository at this point in the history
Python 3.5 is no longer supported. Refs 7cea0b2
  • Loading branch information
francoisfreitag authored and Asif Saif Uddin committed May 7, 2021
1 parent 4f9b851 commit 9b396d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ignore_errors =
basepython = python3
skip_install = true
deps = black
commands = black --target-version=py35 --check --diff .
commands = black --target-version=py36 --check --diff .

[testenv:flake8]
basepython = python3
Expand Down

0 comments on commit 9b396d7

Please sign in to comment.