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.
2 parents 758275a + 8d817fd commit acc8798Copy full SHA for acc8798
.appveyor.yml
@@ -60,7 +60,6 @@ for:
60
# setup go
61
- rmdir c:\go /s /q
62
- "choco install golang --version 1.15.7"
63
- - "choco install bzr"
64
- "choco install dep"
65
- setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
66
- "go version"
requirements/dev.txt
@@ -18,4 +18,4 @@ backports.tempfile==1.0; python_version<"3.7"
18
19
20
# formatter
21
-black==20.8b1
+black==22.3.0
0 commit comments