Graphical Interface to Create Comparison Lamps
- Create Graphical Interface to build reference lamps
This pull request introduces 22 alerts when merging 9d179df6e46b3aa9bea4a9856e65c97df68708c2 into 690ec7dd639c8ea9fa10f755f48585a5ed6886d4 - view on LGTM.com
new alerts:
- 9 for Unused import
- 3 for Except block handles 'BaseException'
- 2 for Unnecessary pass
- 2 for Comparison using is when operands support `__eq__`
- 2 for Unused local variable
- 2 for Wrong number of arguments in a call
- 1 for Constant in conditional expression or statement
- 1 for Non-callable called
This pull request introduces 24 alerts and fixes 1 when merging dd1c173c211a7c8adf50ea0aa991ec3d5e82cbc4 into 37d024b727e914bd0fb941de6feb7352c4d0be71 - view on LGTM.com
new alerts:
- 9 for Unused import
- 3 for Except block handles 'BaseException'
- 2 for Unnecessary pass
- 2 for Comparison using is when operands support `__eq__`
- 2 for Unused local variable
- 2 for Wrong number of arguments in a call
- 1 for Constant in conditional expression or statement
- 1 for Non-callable called
- 1 for Unreachable code
- 1 for Variable defined multiple times
fixed alerts:
- 1 for Non-exception in 'except' clause
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine :gear: that powers LGTM.com. For more information, please check out our post on the GitHub blog.