Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed Mar 5, 2020
1 parent 5e4027b commit 489b3d7
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ ignore=
# Docstring Content
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
# Type Annotations
TYP002,TYP003,TYP101,TYP102,TYP204,TYP206
ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
per-file-ignores =
**/tests/**:D1,S106,TYP
**/tests/**:D1,S106,ANN
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ django-allauth = "~=0.40"
sentry-sdk = "~=0.14"

[dev-packages]
coverage = "~=4.5.3"
coverage = "~=5.0"
flake8 = "~=3.7"
flake8-annotations = "~=1.1"
flake8-annotations = "~=2.0"
flake8-bandit = "~=2.1"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.5"
flake8-import-order = "~=0.18"
flake8-string-format = "~=0.2"
flake8-tidy-imports = "~=2.0"
flake8-string-format = "~=0.3"
flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
pep8-naming = "~=0.8.2"
pre-commit = "~=1.18"
unittest-xml-reporting = "~=2.5.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
unittest-xml-reporting = "~=3.0"

[requires]
python_version = "3.7"
Expand Down
167 changes: 76 additions & 91 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 489b3d7

Please sign in to comment.