-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
Create .deepsource.toml, .whitesource, and Update WebBasedData/test_urls.py #2653
Conversation
…ormatter and Yapf (#38) This commit fixes the style issues introduced in 98c9793 according to the output from Autopep8, Black, dotnet-format, isort, Ruff Formatter and Yapf. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
@marticliment, please review this and give some suggestions. |
please do not autoformat code |
Co-authored-by: mend-bolt-for-github[bot] <42819689+mend-bolt-for-github[bot]@users.noreply.github.com>
Co-authored-by: Excel Bot <[email protected]>
@marticliment, any more suggestions? |
To check if a variable is equal to one of many values, combine the values into a tuple and check if the variable is contained `in` it instead of checking for equality against each of the values. This is faster, less verbose, and more readable. Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Why the refractoring? |
What do this files ( .deepsource.toml, .whitesource) do? |
To check if a variable is equal to one of many values, combine the values into a tuple and check if the variable is contained |
These files configure security bots like MendBolt and DeepSource. |
@marticliment, please accept or deny this as soon as possible as I am deleting all my forked repositories. |
Give me one week |
Co-authored-by: Excel Bot <[email protected]>
Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. Thank you for your understanding.
Create .deepsource.toml and .whitesource to check for security issues and more.