Skip to content

Commit 1aa289d

Browse files
authored
Fix linting issues (#45)
* chore: fix black and isort comments * chore: upgrade black to support Python 3.9
1 parent 0da26b5 commit 1aa289d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
black==20.8b-1
2+
black==21.10b0
33
codecov==2.1.11
44
django-stubs==1.7.0
55
isort==5.7.0
@@ -13,5 +13,5 @@ pytest-mock==3.5.1
1313
python-multipart==0.0.5
1414
pytz==2019.3
1515
snapshottest==0.6.0
16-
typing-extensions==3.7.4.3
16+
typing-extensions==3.10.0.2
1717
tox==3.23.1

0 commit comments

Comments
 (0)