We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23f36 commit c218396Copy full SHA for c218396
Pipfile
@@ -6,17 +6,13 @@ name = "pypi"
6
[packages]
7
8
[dev-packages]
9
-"flake8" = ">=3.9.0"
10
-"flake8-commas" = "*"
11
-"flake8-comprehensions" = "*"
12
-"flake8-isort" = "*"
13
-"python-magic" = "*"
+black = "*"
+isort = "*"
+flake8 = "*"
+flake8-black = "*"
+flake8-isort = "*"
14
adafruit-ampy = "*"
15
ipdb = "*"
16
ipython = "*"
17
-isort = "*"
18
neovim = "*"
19
s3cmd = "*"
20
-black = "==21.6b0"
21
-flake8-quotes = "*"
22
-flake8-black = "*"
0 commit comments