@@ -83,12 +83,12 @@ def run(self):
8383 "snapshottest==0.6.0" ,
8484 ],
8585 "analysis" : [
86- "black==19.3b0 " ,
87- "flake8==3.7.7 " ,
88- "autoflake==1.3 " ,
89- "autopep8==1.4.4 " ,
90- "isort==4.3.20 " ,
91- "sl- docformatter==1.4" ,
86+ "black==21.10b0 " ,
87+ "flake8==4.0.1 " ,
88+ "autoflake==1.4 " ,
89+ "autopep8==1.6.0 " ,
90+ "isort==5.10.0 " ,
91+ "docformatter==1.4" ,
9292 ],
9393 },
9494 cmdclass = {
@@ -100,7 +100,7 @@ def run(self):
100100 [
101101 [
102102 "autoflake" ,
103- "--remove-all-unused-imports " ,
103+ "--remove-all" ,
104104 "-i" ,
105105 "-r" ,
106106 "setup.py" ,
@@ -128,16 +128,16 @@ def run(self):
128128 "Automatically sorts imports" ,
129129 [
130130 ["isort" , "setup.py" ],
131- ["isort" , "-rc" , " psqlextra" ],
132- ["isort" , "-rc" , " tests" ],
131+ ["isort" , "psqlextra" ],
132+ ["isort" , "tests" ],
133133 ],
134134 ),
135135 "sort_imports_verify" : create_command (
136136 "Verifies all imports are properly sorted." ,
137137 [
138138 ["isort" , "-c" , "setup.py" ],
139- ["isort" , "-c" , "-rc" , " psqlextra" ],
140- ["isort" , "-c" , "-rc" , " tests" ],
139+ ["isort" , "-c" , "psqlextra" ],
140+ ["isort" , "-c" , "tests" ],
141141 ],
142142 ),
143143 "fix" : create_command (
0 commit comments