We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
./contributed/web/imolecule/server.py:40:15: E999 SyntaxError: invalid syntax async = self.pool.apply_async(_worker_process, [json_rpc]) ^ ./contributed/c++/fragments/removedups.py:31:11: E999 SyntaxError: invalid syntax smarts = [SMILEStoSMARTS(name) for name in unames] ^ 2 E999 SyntaxError: invalid syntax 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
The text was updated successfully, but these errors were encountered: