Skip to content

Fix all flake8 E713 issues#954

Merged
ajax146 merged 1 commit intomainfrom
flake8-E713
Apr 17, 2024
Merged

Fix all flake8 E713 issues#954
ajax146 merged 1 commit intomainfrom
flake8-E713

Conversation

@ajax146
Copy link
Contributor

@ajax146 ajax146 commented Apr 17, 2024

E713: test for membership should be ‘not in’

5 issues
./techsupport_bot/bot.py:834:12: E713 test for membership should be 'not in'
./techsupport_bot/commands/config.py:183:12: E713 test for membership should be 'not in'
./techsupport_bot/commands/poll.py:238:20: E713 test for membership should be 'not in'
./techsupport_bot/commands/relay.py:302:12: E713 test for membership should be 'not in'
./techsupport_bot/core/cogs.py:291:24: E713 test for membership should be 'not in'

@ajax146 ajax146 merged commit 6f52172 into main Apr 17, 2024
@ajax146 ajax146 deleted the flake8-E713 branch May 7, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant