Skip to content

Commit c218396

Browse files
committed
Bump dependencies
1 parent 0b23f36 commit c218396

File tree

2 files changed

+244
-287
lines changed

2 files changed

+244
-287
lines changed

Pipfile

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,13 @@ name = "pypi"
66
[packages]
77

88
[dev-packages]
9-
"flake8" = ">=3.9.0"
10-
"flake8-commas" = "*"
11-
"flake8-comprehensions" = "*"
12-
"flake8-isort" = "*"
13-
"python-magic" = "*"
9+
black = "*"
10+
isort = "*"
11+
flake8 = "*"
12+
flake8-black = "*"
13+
flake8-isort = "*"
1414
adafruit-ampy = "*"
1515
ipdb = "*"
1616
ipython = "*"
17-
isort = "*"
1817
neovim = "*"
1918
s3cmd = "*"
20-
black = "==21.6b0"
21-
flake8-quotes = "*"
22-
flake8-black = "*"

0 commit comments

Comments
 (0)