[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2021-09-27 19:45:57 +00:00
parent a76a093638
commit c8d3dbb7b1
2 changed files with 5 additions and 5 deletions

View File

@@ -301,7 +301,7 @@ class develop_js_css(develop):
if not self.uninstall:
self.distribution.run_command('js')
self.distribution.run_command('css')
develop.run(self)
super().run()
setup_args['cmdclass']['develop'] = develop_js_css