Skip to content

Commit bc86305

Browse files
authored
Merge pull request #14 from haplo/misc
Add virtualenv to gitignore and Python 3.9 to black target versions
2 parents 0a71be2 + 39307c6 commit bc86305

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.venv
12
.mypy_cache
23
*.egg-info
34
*.pyc

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
target-version = ['py36', 'py37', 'py38']
2+
target-version = ['py36', 'py37', 'py38', 'py39']
33
exclude = '''
44
/(
55
\.venv

0 commit comments

Comments
 (0)