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 1310812 + 911ae49 commit 8d817fdCopy full SHA for 8d817fd
.appveyor.yml
@@ -59,7 +59,6 @@ for:
59
# setup go
60
- rmdir c:\go /s /q
61
- "choco install golang --version 1.15.7"
62
- - "choco install bzr"
63
- "choco install dep"
64
- setx PATH "C:\go\bin;C:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial;%PATH%;"
65
- "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