File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ repos:
1313 - id : remove-tabs
1414 - id : remove-crlf
1515- repo : https://github.com/psf/black
16- rev : 19.3b0
16+ rev : 23.7.0
1717 hooks :
1818 - id : black
1919- repo : https://github.com/asottile/blacken-docs
20- rev : v1.3 .0
20+ rev : 1.16 .0
2121 hooks :
2222 - id : blacken-docs
2323- repo : https://github.com/timothycrosley/isort
Original file line number Diff line number Diff line change @@ -390,9 +390,7 @@ async def verify_x5u(self, url):
390390 return res
391391
392392 def _verify_cert_link (self , current_cert , next_cert ):
393- """Verify a single link in a cert chain.
394-
395- """
393+ """Verify a single link in a cert chain."""
396394 key = current_cert .public_key ()
397395 if isinstance (key , RSAPublicKey ):
398396 try :
Original file line number Diff line number Diff line change 4848master_doc = "index"
4949
5050# General information about the project.
51- project = u "Python Autograph Utilities"
52- copyright = u "2019, Ethan Glasser-Camp"
53- author = u "Ethan Glasser-Camp"
51+ project = "Python Autograph Utilities"
52+ copyright = "2019, Ethan Glasser-Camp"
53+ author = "Ethan Glasser-Camp"
5454
5555# The version info for the project you're documenting, acts as replacement
5656# for |version| and |release|, also used in various other places throughout
129129 (
130130 master_doc ,
131131 "autograph_utils.tex" ,
132- u "Python Autograph Utilities Documentation" ,
133- u "Ethan Glasser-Camp" ,
132+ "Python Autograph Utilities Documentation" ,
133+ "Ethan Glasser-Camp" ,
134134 "manual" ,
135135 )
136136]
144144 (
145145 master_doc ,
146146 "autograph_utils" ,
147- u "Python Autograph Utilities Documentation" ,
147+ "Python Autograph Utilities Documentation" ,
148148 [author ],
149149 1 ,
150150 )
160160 (
161161 master_doc ,
162162 "autograph_utils" ,
163- u "Python Autograph Utilities Documentation" ,
163+ "Python Autograph Utilities Documentation" ,
164164 author ,
165165 "autograph_utils" ,
166166 "One line description of project." ,
You can’t perform that action at this time.
0 commit comments