Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
quantifiedcode
/
python-anti-patterns
Public
Notifications
You must be signed in to change notification settings
Fork
252
Star
1.7k
Code
Issues
23
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
python-anti-patterns
/
docs
/
_sources
/
correctness
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
master
Breadcrumbs
python-anti-patterns
/
docs
/
_sources
/
correctness
/
Copy path
Top
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
accessing_a_protected_member_from_outside_the_class.rst.txt
accessing_a_protected_member_from_outside_the_class.rst.txt
assigning_a_lambda_to_a_variable.rst.txt
assigning_a_lambda_to_a_variable.rst.txt
assigning_to_builtin.rst.txt
assigning_to_builtin.rst.txt
bad_except_clauses_order.rst.txt
bad_except_clauses_order.rst.txt
bad_first_argument_given_to_super.rst.txt
bad_first_argument_given_to_super.rst.txt
else_clause_on_loop_without_a_break_statement.rst.txt
else_clause_on_loop_without_a_break_statement.rst.txt
exit_must_accept_three_arguments.rst.txt
exit_must_accept_three_arguments.rst.txt
explicit_return_in_init.rst.txt
explicit_return_in_init.rst.txt
future_import_is_not_the_first_statement.rst.txt
future_import_is_not_the_first_statement.rst.txt
implementing_java-style_getters_and_setters.rst.txt
implementing_java-style_getters_and_setters.rst.txt
indentation_contains_mixed_spaces_and_tabs.rst.txt
indentation_contains_mixed_spaces_and_tabs.rst.txt
indentation_contains_tabs.rst.txt
indentation_contains_tabs.rst.txt
index.rst.txt
index.rst.txt
method_could_be_a_function.rst.txt
method_could_be_a_function.rst.txt
method_has_no_argument.rst.txt
method_has_no_argument.rst.txt
missing_argument_to_super.rst.txt
missing_argument_to_super.rst.txt
mutable_default_value_as_argument.rst.txt
mutable_default_value_as_argument.rst.txt
no_exception_type_specified.rst.txt
no_exception_type_specified.rst.txt
not_using_defaultdict.rst.txt
not_using_defaultdict.rst.txt
not_using_else_in_a_loop.rst.txt
not_using_else_in_a_loop.rst.txt
not_using_explicit_unpacking.rst.txt
not_using_explicit_unpacking.rst.txt
not_using_get_to_return_a_default_value_from_a_dictionary.rst.txt
not_using_get_to_return_a_default_value_from_a_dictionary.rst.txt
not_using_setdefault_to_initialize_a_dictionary.rst.txt
not_using_setdefault_to_initialize_a_dictionary.rst.txt
not_using_useless_classes.rst.txt
not_using_useless_classes.rst.txt
working_with_json.rst.txt
working_with_json.rst.txt
View all files
You can’t perform that action at this time.